Html Css Color HEX #32776B Genoa

📋 copy color: '#32776B'

red 50 ◦ green 119 ◦ blue 107

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

Shades of Genoa #32776B

Tints of Genoa #32776B

RGB

 RED value IS 50 (19.92% from 255) = 18.12%

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

 BLUE value IS 107 (42.19% from 255) = 38.77%

R = 18.12%
G = 43.12%
B = 38.77%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#32776B (or 0x32776B) is known color: Genoa. HEX triplet: 32, 77 and 6B. RGB value is (50,119,107). Sum of RGB (Red+Green+Blue) = 50+119+107=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 119 - color contains mainly: green. Hex color #32776B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32776B is #CD8894. Grayscale: #606060. Windows color (decimal): -13469845 or 7042866. OLE color: 7042866.

HSL color Cylindrical-coordinate representation of color #32776B: hue angle of 169.57º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32776B is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 119 107 -
CMYK 0.58 0 0.10 0.53
HSL 169.57º 0.41% 0.33% -
HSV(B) 169.57º 0.58% 0.47% -
XYZ 10.57 14.93 16.24 -
YUV 97 133.64 94.48 -
System Red Green Blue C M Y K H S L
Decimal 50 119 107 0.58 0 0.10 0.53 169.57 0.41 0.33
Hex 32 77 6B 3A 0 A 35 AA 29 21
Octal 62 167 153 72 0 12 65 252 51 41
Binary 110010 1110111 1101011 111010 0 1010 110101 10101010 101001 100001

Color Harmonies of #32776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32776B

Black with #32776B

Text Example


Text Example

White with #32776B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32776B; }

 p { color: rgb(50,119,107); }

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

background-color css

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

 a { background-color: rgb(50,119,107); }

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

border-color css

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

 span { border-color: rgb(50,119,107); }

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