Html Css Color HEX #77702F Crete

📋 copy color: '#77702F'

red 119 ◦ green 112 ◦ blue 47

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

Shades of Crete #77702F

Tints of Crete #77702F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.29%

 BLUE value IS 47 (18.75% from 255) = 16.91%

R = 42.81%
G = 40.29%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#77702F (or 0x77702F) is known color: Crete. HEX triplet: 77, 70 and 2F. RGB value is (119,112,47). Sum of RGB (Red+Green+Blue) = 119+112+47=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #77702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77702F is #888FD0. Grayscale: #6A6A6A. Windows color (decimal): -8949713 or 3108983. OLE color: 3108983.

HSL color Cylindrical-coordinate representation of color #77702F: hue angle of 54.17º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77702F is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 112 47 -
CMYK 0 0.06 0.61 0.53
HSL 54.17º 0.43% 0.33% -
HSV(B) 54.17º 0.61% 0.47% -
XYZ 13.92 15.72 4.99 -
YUV 106.68 94.32 136.79 -
System Red Green Blue C M Y K H S L
Decimal 119 112 47 0 0.06 0.61 0.53 54.17 0.43 0.33
Hex 77 70 2F 0 6 3D 35 36 2B 21
Octal 167 160 57 0 6 75 65 66 53 41
Binary 1110111 1110000 101111 0 110 111101 110101 110110 101011 100001

Color Harmonies of #77702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77702F

Black with #77702F

Text Example


Text Example

White with #77702F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77702F; }

 p { color: rgb(119,112,47); }

 H1.HeaderClassName
 {
   color: #77702F;
 }
 .AnyTagClassName
 {
   color: #77702F;
 }
</style>

background-color css

<style>
 a { background-color: #77702F; }

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

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

border-color css

<style>
 span { border-color: #77702F; }

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

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