Html Css Color HEX #76752E Crete

📋 copy color: '#76752E'

red 118 ◦ green 117 ◦ blue 46

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

Shades of Crete #76752E

Tints of Crete #76752E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.64%

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

R = 41.99%
G = 41.64%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#76752E (or 0x76752E) is known color: Crete. HEX triplet: 76, 75 and 2E. RGB value is (118,117,46). Sum of RGB (Red+Green+Blue) = 118+117+46=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #76752E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76752E is #898AD1. Grayscale: #6D6D6D. Windows color (decimal): -9013970 or 3044726. OLE color: 3044726.

HSL color Cylindrical-coordinate representation of color #76752E: hue angle of 59.17º 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 #76752E is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 117 46 -
CMYK 0 0.01 0.61 0.54
HSL 59.17º 0.44% 0.32% -
HSV(B) 59.17º 0.61% 0.46% -
XYZ 14.33 16.77 5.07 -
YUV 109.21 92.33 134.27 -
System Red Green Blue C M Y K H S L
Decimal 118 117 46 0 0.01 0.61 0.54 59.17 0.44 0.32
Hex 76 75 2E 0 1 3D 36 3B 2C 20
Octal 166 165 56 0 1 75 66 73 54 40
Binary 1110110 1110101 101110 0 1 111101 110110 111011 101100 100000

Color Harmonies of #76752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76752E

Black with #76752E

Text Example


Text Example

White with #76752E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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