Html Css Color HEX #3C7B76 Ming

📋 copy color: '#3C7B76'

red 60 ◦ green 123 ◦ blue 118

#3C7B76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #3C7B76

Tints of Ming #3C7B76

RGB

 RED value IS 60 (23.83% from 255) = 19.93%

 GREEN value IS 123 (48.44% from 255) = 40.86%

 BLUE value IS 118 (46.48% from 255) = 39.2%

R = 19.93%
G = 40.86%
B = 39.2%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.04

 K value IS 0.52

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3C7B76 (or 0x3C7B76) is known color: Ming. HEX triplet: 3C, 7B and 76. RGB value is (60,123,118). Sum of RGB (Red+Green+Blue) = 60+123+118=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 123 - color contains mainly: green. Hex color #3C7B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7B76 is #C38489. Grayscale: #676767. Windows color (decimal): -12813450 or 7764796. OLE color: 7764796.

HSL color Cylindrical-coordinate representation of color #3C7B76: hue angle of 175.24º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C7B76 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB 60 123 118 -
CMYK 0.51 0 0.04 0.52
HSL 175.24º 0.34% 0.36% -
HSV(B) 175.24º 0.51% 0.48% -
XYZ 12.22 16.43 19.67 -
YUV 103.59 136.13 96.91 -
System Red Green Blue C M Y K H S L
Decimal 60 123 118 0.51 0 0.04 0.52 175.24 0.34 0.36
Hex 3C 7B 76 33 0 4 34 AF 22 24
Octal 74 173 166 63 0 4 64 257 42 44
Binary 111100 1111011 1110110 110011 0 100 110100 10101111 100010 100100

Color Harmonies of #3C7B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7B76

Black with #3C7B76

Text Example


Text Example

White with #3C7B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C7B76; }

 p { color: rgb(60,123,118); }

 H1.HeaderClassName
 {
   color: #3C7B76;
 }
 .AnyTagClassName
 {
   color: #3C7B76;
 }
</style>

background-color css

<style>
 a { background-color: #3C7B76; }

 a { background-color: rgb(60,123,118); }

 div.DivClassName
 {
   background-color: #3C7B76;
 }
 .BgClassName
 {
   background-color: #3C7B76;
 }
</style>

border-color css

<style>
 span { border-color: #3C7B76; }

 span { border-color: rgb(60,123,118); }

 td.TdClassName
 {
   border-color: #3C7B76;
 }
 .TagClassName
 {
   border-color: #3C7B76;
 }
</style>