Html Css Color HEX #76772C Crete

📋 copy color: '#76772C'

red 118 ◦ green 119 ◦ blue 44

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

Shades of Crete #76772C

Tints of Crete #76772C

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #76772C: hue angle of 60.8º 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 #76772C is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 119 44 -
CMYK 0.01 0 0.63 0.53
HSL 60.8º 0.46% 0.32% -
HSV(B) 60.8º 0.63% 0.47% -
XYZ 14.52 17.23 4.94 -
YUV 110.15 90.67 133.6 -
System Red Green Blue C M Y K H S L
Decimal 118 119 44 0.01 0 0.63 0.53 60.8 0.46 0.32
Hex 76 77 2C 1 0 3F 35 3D 2E 20
Octal 166 167 54 1 0 77 65 75 56 40
Binary 1110110 1110111 101100 1 0 111111 110101 111101 101110 100000

Color Harmonies of #76772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76772C

Black with #76772C

Text Example


Text Example

White with #76772C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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