Html Css Color HEX #77702E Crete

📋 copy color: '#77702E'

red 119 ◦ green 112 ◦ blue 46

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

Shades of Crete #77702E

Tints of Crete #77702E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.61%

R = 42.96%
G = 40.43%
B = 16.61%

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

#77702E (or 0x77702E) is known color: Crete. HEX triplet: 77, 70 and 2E. RGB value is (119,112,46). Sum of RGB (Red+Green+Blue) = 119+112+46=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #77702E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77702E is #888FD1. Grayscale: #6A6A6A. Windows color (decimal): -8949714 or 3043447. OLE color: 3043447.

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

Color convert

RGB 119 112 46 -
CMYK 0 0.06 0.61 0.53
HSL 54.25º 0.44% 0.32% -
HSV(B) 54.25º 0.61% 0.47% -
XYZ 13.9 15.71 4.88 -
YUV 106.57 93.82 136.87 -
System Red Green Blue C M Y K H S L
Decimal 119 112 46 0 0.06 0.61 0.53 54.25 0.44 0.32
Hex 77 70 2E 0 6 3D 35 36 2C 20
Octal 167 160 56 0 6 75 65 66 54 40
Binary 1110111 1110000 101110 0 110 111101 110101 110110 101100 100000

Color Harmonies of #77702E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77702E

Black with #77702E

Text Example


Text Example

White with #77702E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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