Html Css Color HEX #77762C Crete

📋 copy color: '#77762C'

red 119 ◦ green 118 ◦ blue 44

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

Shades of Crete #77762C

Tints of Crete #77762C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.99%

 BLUE value IS 44 (17.58% from 255) = 15.66%

R = 42.35%
G = 41.99%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#77762C (or 0x77762C) is known color: Crete. HEX triplet: 77, 76 and 2C. RGB value is (119,118,44). Sum of RGB (Red+Green+Blue) = 119+118+44=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #77762C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77762C is #8889D3. Grayscale: #6E6E6E. Windows color (decimal): -8948180 or 2913911. OLE color: 2913911.

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

Color convert

RGB 119 118 44 -
CMYK 0 0.01 0.63 0.53
HSL 59.2º 0.46% 0.32% -
HSV(B) 59.2º 0.63% 0.47% -
XYZ 14.54 17.06 4.91 -
YUV 109.86 90.83 134.52 -
System Red Green Blue C M Y K H S L
Decimal 119 118 44 0 0.01 0.63 0.53 59.2 0.46 0.32
Hex 77 76 2C 0 1 3F 35 3B 2E 20
Octal 167 166 54 0 1 77 65 73 56 40
Binary 1110111 1110110 101100 0 1 111111 110101 111011 101110 100000

Color Harmonies of #77762C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77762C

Black with #77762C

Text Example


Text Example

White with #77762C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77762C; }

 p { color: rgb(119,118,44); }

 H1.HeaderClassName
 {
   color: #77762C;
 }
 .AnyTagClassName
 {
   color: #77762C;
 }
</style>

background-color css

<style>
 a { background-color: #77762C; }

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

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

border-color css

<style>
 span { border-color: #77762C; }

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

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