#76753D

Color #76753D Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #76753D

Tints of Crete #76753D

Color information

#76753D (or 0x76753D) is unknown color: approx Crete. HEX triplet: 76, 75 and 3D. RGB value is (118,117,61). Sum of RGB (Red+Green+Blue) = 118+117+61=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #76753D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76753D is #898AC2. Grayscale: #6F6F6F. Windows color (decimal): -9013955 or 4027766. OLE color: 4027766.

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

Color convert

RGB11811761-
CMYK00.010.480.54
HSL58.95º31.84%35.1%-
HSV(B)58.95º48.31%46.27%-
XYZ14.6716.916.91-
YUV110.9299.83133.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.86%
GREEN value IS 117 (46.09% from 255) = 39.53%
BLUE value IS 61 (24.22% from 255) = 20.61%
R=39.86%
G=39.53%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181176100.010.480.5458.9531.8435.1
Hex76753D0130363b2023
Octal16616575016066734043
Binary1110110111010111110101110000110110111011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76753D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76753D;
 }
 .AnyTagClassName
 {
   color: #76753D;
 }
</style>
background-color css

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

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

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

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

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

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