Html Css Color HEX #33776B Genoa

📋 copy color: '#33776B'

red 51 ◦ green 119 ◦ blue 107

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

Shades of Genoa #33776B

Tints of Genoa #33776B

RGB

 RED value IS 51 (20.31% from 255) = 18.41%

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

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

R = 18.41%
G = 42.96%
B = 38.63%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#33776B (or 0x33776B) is known color: Genoa. HEX triplet: 33, 77 and 6B. RGB value is (51,119,107). Sum of RGB (Red+Green+Blue) = 51+119+107=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 119 - color contains mainly: green. Hex color #33776B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33776B is #CC8894. Grayscale: #616161. Windows color (decimal): -13404309 or 7042867. OLE color: 7042867.

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

Color convert

RGB 51 119 107 -
CMYK 0.57 0 0.10 0.53
HSL 169.41º 0.4% 0.33% -
HSV(B) 169.41º 0.57% 0.47% -
XYZ 10.62 14.96 16.24 -
YUV 97.3 133.47 94.98 -
System Red Green Blue C M Y K H S L
Decimal 51 119 107 0.57 0 0.10 0.53 169.41 0.4 0.33
Hex 33 77 6B 39 0 A 35 A9 28 21
Octal 63 167 153 71 0 12 65 251 50 41
Binary 110011 1110111 1101011 111001 0 1010 110101 10101001 101000 100001

Color Harmonies of #33776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33776B

Black with #33776B

Text Example


Text Example

White with #33776B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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