Html Css Color HEX #377676 Ming

📋 copy color: '#377676'

red 55 ◦ green 118 ◦ blue 118

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

Shades of Ming #377676

Tints of Ming #377676

RGB

 RED value IS 55 (21.88% from 255) = 18.9%

 GREEN value IS 118 (46.48% from 255) = 40.55%

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

R = 18.9%
G = 40.55%
B = 40.55%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#377676 (or 0x377676) is known color: Ming. HEX triplet: 37, 76 and 76. RGB value is (55,118,118). Sum of RGB (Red+Green+Blue) = 55+118+118=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #377676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377676 is #C88989. Grayscale: #636363. Windows color (decimal): -13142410 or 7763511. OLE color: 7763511.

HSL color Cylindrical-coordinate representation of color #377676: hue angle of 180º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #377676 is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 118 118 -
CMYK 0.53 0 0 0.54
HSL 180º 0.36% 0.34% -
HSV(B) 180º 0.53% 0.46% -
XYZ 11.32 15.08 19.45 -
YUV 99.16 138.63 96.5 -
System Red Green Blue C M Y K H S L
Decimal 55 118 118 0.53 0 0 0.54 180 0.36 0.34
Hex 37 76 76 35 0 0 36 B4 24 22
Octal 67 166 166 65 0 0 66 264 44 42
Binary 110111 1110110 1110110 110101 0 0 110110 10110100 100100 100010

Color Harmonies of #377676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377676

Black with #377676

Text Example


Text Example

White with #377676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377676; }

 p { color: rgb(55,118,118); }

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

background-color css

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

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

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

border-color css

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

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

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