Html Css Color HEX #76703A Crete

📋 copy color: '#76703A'

red 118 ◦ green 112 ◦ blue 58

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

Shades of Crete #76703A

Tints of Crete #76703A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.14%

R = 40.97%
G = 38.89%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#76703A (or 0x76703A) is known color: Crete. HEX triplet: 76, 70 and 3A. RGB value is (118,112,58). Sum of RGB (Red+Green+Blue) = 118+112+58=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #76703A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76703A is #898FC5. Grayscale: #6B6B6B. Windows color (decimal): -9015238 or 3829878. OLE color: 3829878.

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

Color convert

RGB 118 112 58 -
CMYK 0 0.05 0.51 0.54
HSL 54º 0.34% 0.35% -
HSV(B) 54º 0.51% 0.46% -
XYZ 14.03 15.75 6.3 -
YUV 107.64 99.99 135.39 -
System Red Green Blue C M Y K H S L
Decimal 118 112 58 0 0.05 0.51 0.54 54 0.34 0.35
Hex 76 70 3A 0 5 33 36 36 22 23
Octal 166 160 72 0 5 63 66 66 42 43
Binary 1110110 1110000 111010 0 101 110011 110110 110110 100010 100011

Color Harmonies of #76703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76703A

Black with #76703A

Text Example


Text Example

White with #76703A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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