Html Css Color HEX #76753C Crete

📋 copy color: '#76753C'

red 118 ◦ green 117 ◦ blue 60

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

Shades of Crete #76753C

Tints of Crete #76753C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.34%

R = 40%
G = 39.66%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#76753C (or 0x76753C) is known color: Crete. HEX triplet: 76, 75 and 3C. RGB value is (118,117,60). Sum of RGB (Red+Green+Blue) = 118+117+60=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #76753C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76753C is #898AC3. Grayscale: #6F6F6F. Windows color (decimal): -9013956 or 3962230. OLE color: 3962230.

HSL color Cylindrical-coordinate representation of color #76753C: hue angle of 58.97º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76753C is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 117 60 -
CMYK 0 0.01 0.49 0.54
HSL 58.97º 0.33% 0.35% -
HSV(B) 58.97º 0.49% 0.46% -
XYZ 14.65 16.9 6.77 -
YUV 110.8 99.33 133.13 -
System Red Green Blue C M Y K H S L
Decimal 118 117 60 0 0.01 0.49 0.54 58.97 0.33 0.35
Hex 76 75 3C 0 1 31 36 3B 21 23
Octal 166 165 74 0 1 61 66 73 41 43
Binary 1110110 1110101 111100 0 1 110001 110110 111011 100001 100011

Color Harmonies of #76753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76753C

Black with #76753C

Text Example


Text Example

White with #76753C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76753C; }

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

 H1.HeaderClassName
 {
   color: #76753C;
 }
 .AnyTagClassName
 {
   color: #76753C;
 }
</style>

background-color css

<style>
 a { background-color: #76753C; }

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

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

border-color css

<style>
 span { border-color: #76753C; }

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

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