Html Css Color HEX #76752D Crete

📋 copy color: '#76752D'

red 118 ◦ green 117 ◦ blue 45

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

Shades of Crete #76752D

Tints of Crete #76752D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.07%

R = 42.14%
G = 41.79%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#76752D (or 0x76752D) is known color: Crete. HEX triplet: 76, 75 and 2D. RGB value is (118,117,45). Sum of RGB (Red+Green+Blue) = 118+117+45=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #76752D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76752D is #898AD2. Grayscale: #6D6D6D. Windows color (decimal): -9013971 or 2979190. OLE color: 2979190.

HSL color Cylindrical-coordinate representation of color #76752D: hue angle of 59.18º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76752D is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 117 45 -
CMYK 0 0.01 0.62 0.54
HSL 59.18º 0.45% 0.32% -
HSV(B) 59.18º 0.62% 0.46% -
XYZ 14.31 16.76 4.96 -
YUV 109.09 91.83 134.35 -
System Red Green Blue C M Y K H S L
Decimal 118 117 45 0 0.01 0.62 0.54 59.18 0.45 0.32
Hex 76 75 2D 0 1 3E 36 3B 2D 20
Octal 166 165 55 0 1 76 66 73 55 40
Binary 1110110 1110101 101101 0 1 111110 110110 111011 101101 100000

Color Harmonies of #76752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76752D

Black with #76752D

Text Example


Text Example

White with #76752D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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