#767733

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

Shades of Crete #767733

Tints of Crete #767733

Color information

#767733 (or 0x767733) is unknown color: approx Crete. HEX triplet: 76, 77 and 33. RGB value is (118,119,51). Sum of RGB (Red+Green+Blue) = 118+119+51=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 119 - color contains mainly: green. Hex color #767733 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767733 is #8988CC. Grayscale: #6F6F6F. Windows color (decimal): -9013453 or 3372918. OLE color: 3372918.

HSL color Cylindrical-coordinate representation of color #767733: hue angle of 60.88º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #767733 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB11811951-
CMYK0.0100.570.53
HSL60.88º40%33.33%-
HSV(B)60.88º57.14%46.67%-
XYZ14.6717.285.7-
YUV110.9594.17133.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.97%
GREEN value IS 119 (46.88% from 255) = 41.32%
BLUE value IS 51 (20.31% from 255) = 17.71%
R=40.97%
G=41.32%
B=17.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118119510.0100.570.5360.884033.33
Hex7677331039353d2821
Octal16616763107165755041
Binary1110110111011111001110111001110101111101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767733; }

 p { color: rgb(118,119,51); }

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

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

 a { background-color: rgb(118,119,51); }

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

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

 span { border-color: rgb(118,119,51); }

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