Html Css Color HEX #77703A Crete

📋 copy color: '#77703A'

red 119 ◦ green 112 ◦ blue 58

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

Shades of Crete #77703A

Tints of Crete #77703A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.07%

R = 41.18%
G = 38.75%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#77703A (or 0x77703A) is known color: Crete. HEX triplet: 77, 70 and 3A. RGB value is (119,112,58). Sum of RGB (Red+Green+Blue) = 119+112+58=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #77703A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77703A is #888FC5. Grayscale: #6C6C6C. Windows color (decimal): -8949702 or 3829879. OLE color: 3829879.

HSL color Cylindrical-coordinate representation of color #77703A: hue angle of 53.11º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77703A is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 112 58 -
CMYK 0 0.06 0.51 0.53
HSL 53.11º 0.34% 0.35% -
HSV(B) 53.11º 0.51% 0.47% -
XYZ 14.17 15.82 6.31 -
YUV 107.94 99.82 135.89 -
System Red Green Blue C M Y K H S L
Decimal 119 112 58 0 0.06 0.51 0.53 53.11 0.34 0.35
Hex 77 70 3A 0 6 33 35 35 22 23
Octal 167 160 72 0 6 63 65 65 42 43
Binary 1110111 1110000 111010 0 110 110011 110101 110101 100010 100011

Color Harmonies of #77703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77703A

Black with #77703A

Text Example


Text Example

White with #77703A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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