#767135

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

Shades of Crete #767135

Tints of Crete #767135

Color information

#767135 (or 0x767135) is unknown color: approx Crete. HEX triplet: 76, 71 and 35. RGB value is (118,113,53). Sum of RGB (Red+Green+Blue) = 118+113+53=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #767135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767135 is #898ECA. Grayscale: #6B6B6B. Windows color (decimal): -9014987 or 3502454. OLE color: 3502454.

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

Color convert

RGB11811353-
CMYK00.040.550.54
HSL55.38º38.01%33.53%-
HSV(B)55.38º55.08%46.27%-
XYZ14.0215.925.7-
YUV107.6697.16135.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.55%
GREEN value IS 113 (44.53% from 255) = 39.79%
BLUE value IS 53 (21.09% from 255) = 18.66%
R=41.55%
G=39.79%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181135300.040.550.5455.3838.0133.53
Hex767135043736372622
Octal16616165046766674642
Binary111011011100011101010100110111110110110111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767135; }

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

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

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

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

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

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

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

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