Html Css Color HEX #76702C Crete

📋 copy color: '#76702C'

red 118 ◦ green 112 ◦ blue 44

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

Shades of Crete #76702C

Tints of Crete #76702C

RGB

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

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

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

R = 43.07%
G = 40.88%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#76702C (or 0x76702C) is known color: Crete. HEX triplet: 76, 70 and 2C. RGB value is (118,112,44). Sum of RGB (Red+Green+Blue) = 118+112+44=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #76702C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76702C is #898FD3. Grayscale: #6A6A6A. Windows color (decimal): -9015252 or 2912374. OLE color: 2912374.

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

Color convert

RGB 118 112 44 -
CMYK 0 0.05 0.63 0.54
HSL 55.14º 0.46% 0.32% -
HSV(B) 55.14º 0.63% 0.46% -
XYZ 13.72 15.62 4.68 -
YUV 106.04 92.99 136.53 -
System Red Green Blue C M Y K H S L
Decimal 118 112 44 0 0.05 0.63 0.54 55.14 0.46 0.32
Hex 76 70 2C 0 5 3F 36 37 2E 20
Octal 166 160 54 0 5 77 66 67 56 40
Binary 1110110 1110000 101100 0 101 111111 110110 110111 101110 100000

Color Harmonies of #76702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76702C

Black with #76702C

Text Example


Text Example

White with #76702C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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