Html Css Color HEX #77703B Crete

📋 copy color: '#77703B'

red 119 ◦ green 112 ◦ blue 59

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

Shades of Crete #77703B

Tints of Crete #77703B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.34%

R = 41.03%
G = 38.62%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#77703B (or 0x77703B) is known color: Crete. HEX triplet: 77, 70 and 3B. RGB value is (119,112,59). Sum of RGB (Red+Green+Blue) = 119+112+59=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #77703B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77703B is #888FC4. Grayscale: #6C6C6C. Windows color (decimal): -8949701 or 3895415. OLE color: 3895415.

HSL color Cylindrical-coordinate representation of color #77703B: hue angle of 53º 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 #77703B is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 112 59 -
CMYK 0 0.06 0.50 0.53
HSL 53º 0.34% 0.35% -
HSV(B) 53º 0.5% 0.47% -
XYZ 14.19 15.83 6.44 -
YUV 108.05 100.32 135.81 -
System Red Green Blue C M Y K H S L
Decimal 119 112 59 0 0.06 0.50 0.53 53 0.34 0.35
Hex 77 70 3B 0 6 32 35 35 22 23
Octal 167 160 73 0 6 62 65 65 42 43
Binary 1110111 1110000 111011 0 110 110010 110101 110101 100010 100011

Color Harmonies of #77703B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77703B

Black with #77703B

Text Example


Text Example

White with #77703B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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