Html Css Color HEX #77772B Crete

📋 copy color: '#77772B'

red 119 ◦ green 119 ◦ blue 43

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

Shades of Crete #77772B

Tints of Crete #77772B

RGB

 RED value IS 119 (46.88% from 255) = 42.35%

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

 BLUE value IS 43 (17.19% from 255) = 15.3%

R = 42.35%
G = 42.35%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#77772B (or 0x77772B) is known color: Crete. HEX triplet: 77, 77 and 2B. RGB value is (119,119,43). Sum of RGB (Red+Green+Blue) = 119+119+43=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 119 - color contains mainly: red, green. Hex color #77772B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77772B is #8888D4. Grayscale: #6E6E6E. Windows color (decimal): -8947925 or 2848631. OLE color: 2848631.

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

Color convert

RGB 119 119 43 -
CMYK 0 0 0.64 0.53
HSL 60º 0.47% 0.32% -
HSV(B) 60º 0.64% 0.47% -
XYZ 14.64 17.29 4.85 -
YUV 110.34 90 134.18 -
System Red Green Blue C M Y K H S L
Decimal 119 119 43 0 0 0.64 0.53 60 0.47 0.32
Hex 77 77 2B 0 0 40 35 3C 2F 20
Octal 167 167 53 0 0 100 65 74 57 40
Binary 1110111 1110111 101011 0 0 1000000 110101 111100 101111 100000

Color Harmonies of #77772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77772B

Black with #77772B

Text Example


Text Example

White with #77772B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,119,43); }

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

background-color css

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

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

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

border-color css

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

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

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