#767230

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

Shades of Crete #767230

Tints of Crete #767230

Color information

#767230 (or 0x767230) is unknown color: approx Crete. HEX triplet: 76, 72 and 30. RGB value is (118,114,48). Sum of RGB (Red+Green+Blue) = 118+114+48=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #767230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767230 is #898DCF. Grayscale: #6B6B6B. Windows color (decimal): -9014736 or 3175030. OLE color: 3175030.

HSL color Cylindrical-coordinate representation of color #767230: hue angle of 56.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #767230 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB11811448-
CMYK00.030.590.54
HSL56.57º42.17%32.55%-
HSV(B)56.57º59.32%46.27%-
XYZ14.0216.15.16-
YUV107.6794.33135.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 114 (44.92% from 255) = 40.71%
BLUE value IS 48 (19.14% from 255) = 17.14%
R=42.14%
G=40.71%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181144800.030.590.5456.5742.1732.55
Hex767230033B36392a21
Octal16616260037366715241
Binary11101101110010110000011111011110110111001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767230; }

 p { color: rgb(118,114,48); }

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

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

 a { background-color: rgb(118,114,48); }

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

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

 span { border-color: rgb(118,114,48); }

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