Html Css Color HEX #76742E Crete

📋 copy color: '#76742E'

red 118 ◦ green 116 ◦ blue 46

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

Shades of Crete #76742E

Tints of Crete #76742E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.43%

 BLUE value IS 46 (18.36% from 255) = 16.43%

R = 42.14%
G = 41.43%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#76742E (or 0x76742E) is known color: Crete. HEX triplet: 76, 74 and 2E. RGB value is (118,116,46). Sum of RGB (Red+Green+Blue) = 118+116+46=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #76742E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76742E is #898BD1. Grayscale: #6C6C6C. Windows color (decimal): -9014226 or 3044470. OLE color: 3044470.

HSL color Cylindrical-coordinate representation of color #76742E: hue angle of 58.33º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76742E is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 116 46 -
CMYK 0 0.02 0.61 0.54
HSL 58.33º 0.44% 0.32% -
HSV(B) 58.33º 0.61% 0.46% -
XYZ 14.21 16.54 5.03 -
YUV 108.62 92.66 134.69 -
System Red Green Blue C M Y K H S L
Decimal 118 116 46 0 0.02 0.61 0.54 58.33 0.44 0.32
Hex 76 74 2E 0 2 3D 36 3A 2C 20
Octal 166 164 56 0 2 75 66 72 54 40
Binary 1110110 1110100 101110 0 10 111101 110110 111010 101100 100000

Color Harmonies of #76742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76742E

Black with #76742E

Text Example


Text Example

White with #76742E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76742E; }

 p { color: rgb(118,116,46); }

 H1.HeaderClassName
 {
   color: #76742E;
 }
 .AnyTagClassName
 {
   color: #76742E;
 }
</style>

background-color css

<style>
 a { background-color: #76742E; }

 a { background-color: rgb(118,116,46); }

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

border-color css

<style>
 span { border-color: #76742E; }

 span { border-color: rgb(118,116,46); }

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