#767234

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

Shades of Crete #767234

Tints of Crete #767234

Color information

#767234 (or 0x767234) is unknown color: approx Crete. HEX triplet: 76, 72 and 34. RGB value is (118,114,52). Sum of RGB (Red+Green+Blue) = 118+114+52=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #767234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767234 is #898DCB. Grayscale: #6C6C6C. Windows color (decimal): -9014732 or 3437174. OLE color: 3437174.

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

Color convert

RGB11811452-
CMYK00.030.560.54
HSL56.36º38.82%33.33%-
HSV(B)56.36º55.93%46.27%-
XYZ14.1116.135.62-
YUV108.1396.33135.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.55%
GREEN value IS 114 (44.92% from 255) = 40.14%
BLUE value IS 52 (20.70% from 255) = 18.31%
R=41.55%
G=40.14%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181145200.030.560.5456.3638.8233.33
Hex767234033836382721
Octal16616264037066704741
Binary11101101110010110100011111000110110111000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767234; }

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

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

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

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

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

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

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

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