Html Css Color HEX #3B776F Genoa

📋 copy color: '#3B776F'

red 59 ◦ green 119 ◦ blue 111

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

Shades of Genoa #3B776F

Tints of Genoa #3B776F

RGB

 RED value IS 59 (23.44% from 255) = 20.42%

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

 BLUE value IS 111 (43.75% from 255) = 38.41%

R = 20.42%
G = 41.18%
B = 38.41%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#3B776F (or 0x3B776F) is known color: Genoa. HEX triplet: 3B, 77 and 6F. RGB value is (59,119,111). Sum of RGB (Red+Green+Blue) = 59+119+111=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 119 - color contains mainly: green. Hex color #3B776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B776F is #C48890. Grayscale: #646464. Windows color (decimal): -12880017 or 7305019. OLE color: 7305019.

HSL color Cylindrical-coordinate representation of color #3B776F: hue angle of 172º degrees, saturation: 0.34, 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 #3B776F is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 59 119 111 -
CMYK 0.50 0 0.07 0.53
HSL 172º 0.34% 0.35% -
HSV(B) 172º 0.5% 0.47% -
XYZ 11.27 15.27 17.39 -
YUV 100.15 134.12 98.65 -
System Red Green Blue C M Y K H S L
Decimal 59 119 111 0.50 0 0.07 0.53 172 0.34 0.35
Hex 3B 77 6F 32 0 7 35 AC 22 23
Octal 73 167 157 62 0 7 65 254 42 43
Binary 111011 1110111 1101111 110010 0 111 110101 10101100 100010 100011

Color Harmonies of #3B776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B776F

Black with #3B776F

Text Example


Text Example

White with #3B776F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,119,111); }

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

background-color css

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

 a { background-color: rgb(59,119,111); }

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

border-color css

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

 span { border-color: rgb(59,119,111); }

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