#767131

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

Shades of Crete #767131

Tints of Crete #767131

Color information

#767131 (or 0x767131) is unknown color: approx Crete. HEX triplet: 76, 71 and 31. RGB value is (118,113,49). Sum of RGB (Red+Green+Blue) = 118+113+49=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #767131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767131 is #898ECE. Grayscale: #6B6B6B. Windows color (decimal): -9014991 or 3240310. OLE color: 3240310.

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

Color convert

RGB11811349-
CMYK00.040.580.54
HSL55.65º41.32%32.75%-
HSV(B)55.65º58.47%46.27%-
XYZ13.9315.885.24-
YUV107.295.16135.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 113 (44.53% from 255) = 40.36%
BLUE value IS 49 (19.53% from 255) = 17.5%
R=42.14%
G=40.36%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181134900.040.580.5455.6541.3232.75
Hex767131043A36382921
Octal16616161047266705141
Binary111011011100011100010100111010110110111000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767131; }

 p { color: rgb(118,113,49); }

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

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

 a { background-color: rgb(118,113,49); }

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

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

 span { border-color: rgb(118,113,49); }

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