Html Css Color HEX #76722C Crete

📋 copy color: '#76722C'

red 118 ◦ green 114 ◦ blue 44

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

Shades of Crete #76722C

Tints of Crete #76722C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.3%

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

R = 42.75%
G = 41.3%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#76722C (or 0x76722C) is known color: Crete. HEX triplet: 76, 72 and 2C. RGB value is (118,114,44). Sum of RGB (Red+Green+Blue) = 118+114+44=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #76722C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76722C is #898DD3. Grayscale: #6B6B6B. Windows color (decimal): -9014740 or 2912886. OLE color: 2912886.

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

Color convert

RGB 118 114 44 -
CMYK 0 0.03 0.63 0.54
HSL 56.76º 0.46% 0.32% -
HSV(B) 56.76º 0.63% 0.46% -
XYZ 13.94 16.07 4.75 -
YUV 107.22 92.33 135.69 -
System Red Green Blue C M Y K H S L
Decimal 118 114 44 0 0.03 0.63 0.54 56.76 0.46 0.32
Hex 76 72 2C 0 3 3F 36 39 2E 20
Octal 166 162 54 0 3 77 66 71 56 40
Binary 1110110 1110010 101100 0 11 111111 110110 111001 101110 100000

Color Harmonies of #76722C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76722C

Black with #76722C

Text Example


Text Example

White with #76722C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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