Html Css Color HEX #76752F Crete

📋 copy color: '#76752F'

red 118 ◦ green 117 ◦ blue 47

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

Shades of Crete #76752F

Tints of Crete #76752F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.67%

R = 41.84%
G = 41.49%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#76752F (or 0x76752F) is known color: Crete. HEX triplet: 76, 75 and 2F. RGB value is (118,117,47). Sum of RGB (Red+Green+Blue) = 118+117+47=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #76752F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76752F is #898AD0. Grayscale: #6D6D6D. Windows color (decimal): -9013969 or 3110262. OLE color: 3110262.

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

Color convert

RGB 118 117 47 -
CMYK 0 0.01 0.60 0.54
HSL 59.15º 0.43% 0.32% -
HSV(B) 59.15º 0.6% 0.46% -
XYZ 14.35 16.78 5.17 -
YUV 109.32 92.83 134.19 -
System Red Green Blue C M Y K H S L
Decimal 118 117 47 0 0.01 0.60 0.54 59.15 0.43 0.32
Hex 76 75 2F 0 1 3C 36 3B 2B 20
Octal 166 165 57 0 1 74 66 73 53 40
Binary 1110110 1110101 101111 0 1 111100 110110 111011 101011 100000

Color Harmonies of #76752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76752F

Black with #76752F

Text Example


Text Example

White with #76752F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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