Html Css Color HEX #76703C Crete

📋 copy color: '#76703C'

red 118 ◦ green 112 ◦ blue 60

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

Shades of Crete #76703C

Tints of Crete #76703C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.69%

R = 40.69%
G = 38.62%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#76703C (or 0x76703C) is known color: Crete. HEX triplet: 76, 70 and 3C. RGB value is (118,112,60). Sum of RGB (Red+Green+Blue) = 118+112+60=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #76703C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76703C is #898FC3. Grayscale: #6C6C6C. Windows color (decimal): -9015236 or 3960950. OLE color: 3960950.

HSL color Cylindrical-coordinate representation of color #76703C: hue angle of 53.79º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76703C is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 112 60 -
CMYK 0 0.05 0.49 0.54
HSL 53.79º 0.33% 0.35% -
HSV(B) 53.79º 0.49% 0.46% -
XYZ 14.08 15.77 6.58 -
YUV 107.87 100.99 135.23 -
System Red Green Blue C M Y K H S L
Decimal 118 112 60 0 0.05 0.49 0.54 53.79 0.33 0.35
Hex 76 70 3C 0 5 31 36 36 21 23
Octal 166 160 74 0 5 61 66 66 41 43
Binary 1110110 1110000 111100 0 101 110001 110110 110110 100001 100011

Color Harmonies of #76703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76703C

Black with #76703C

Text Example


Text Example

White with #76703C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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