Html Css Color HEX #3C776C Genoa

📋 copy color: '#3C776C'

red 60 ◦ green 119 ◦ blue 108

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

Shades of Genoa #3C776C

Tints of Genoa #3C776C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.46%

 BLUE value IS 108 (42.58% from 255) = 37.63%

R = 20.91%
G = 41.46%
B = 37.63%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#3C776C (or 0x3C776C) is known color: Genoa. HEX triplet: 3C, 77 and 6C. RGB value is (60,119,108). Sum of RGB (Red+Green+Blue) = 60+119+108=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 119 - color contains mainly: green. Hex color #3C776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C776C is #C38893. Grayscale: #646464. Windows color (decimal): -12814484 or 7108412. OLE color: 7108412.

HSL color Cylindrical-coordinate representation of color #3C776C: hue angle of 168.81º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C776C is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 60 119 108 -
CMYK 0.50 0 0.09 0.53
HSL 168.81º 0.33% 0.35% -
HSV(B) 168.81º 0.5% 0.47% -
XYZ 11.17 15.24 16.54 -
YUV 100.11 132.45 99.39 -
System Red Green Blue C M Y K H S L
Decimal 60 119 108 0.50 0 0.09 0.53 168.81 0.33 0.35
Hex 3C 77 6C 32 0 9 35 A9 21 23
Octal 74 167 154 62 0 11 65 251 41 43
Binary 111100 1110111 1101100 110010 0 1001 110101 10101001 100001 100011

Color Harmonies of #3C776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C776C

Black with #3C776C

Text Example


Text Example

White with #3C776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,119,108); }

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

background-color css

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

 a { background-color: rgb(60,119,108); }

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

border-color css

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

 span { border-color: rgb(60,119,108); }

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