Html Css Color HEX #76712A Crete

📋 copy color: '#76712A'

red 118 ◦ green 113 ◦ blue 42

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

Shades of Crete #76712A

Tints of Crete #76712A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.39%

 BLUE value IS 42 (16.8% from 255) = 15.38%

R = 43.22%
G = 41.39%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76712A (or 0x76712A) is known color: Crete. HEX triplet: 76, 71 and 2A. RGB value is (118,113,42). Sum of RGB (Red+Green+Blue) = 118+113+42=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #76712A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76712A is #898ED5. Grayscale: #6A6A6A. Windows color (decimal): -9014998 or 2781558. OLE color: 2781558.

HSL color Cylindrical-coordinate representation of color #76712A: hue angle of 56.05º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76712A is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 113 42 -
CMYK 0 0.04 0.64 0.54
HSL 56.05º 0.48% 0.31% -
HSV(B) 56.05º 0.64% 0.46% -
XYZ 13.79 15.83 4.52 -
YUV 106.4 91.66 136.27 -
System Red Green Blue C M Y K H S L
Decimal 118 113 42 0 0.04 0.64 0.54 56.05 0.48 0.31
Hex 76 71 2A 0 4 40 36 38 30 1F
Octal 166 161 52 0 4 100 66 70 60 37
Binary 1110110 1110001 101010 0 100 1000000 110110 111000 110000 11111

Color Harmonies of #76712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76712A

Black with #76712A

Text Example


Text Example

White with #76712A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,113,42); }

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

background-color css

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

 a { background-color: rgb(118,113,42); }

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

border-color css

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

 span { border-color: rgb(118,113,42); }

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