#765129

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

Shades of Cafe Royale #765129

Tints of Cafe Royale #765129

Color information

#765129 (or 0x765129) is unknown color: approx Cafe Royale. HEX triplet: 76, 51 and 29. RGB value is (118,81,41). Sum of RGB (Red+Green+Blue) = 118+81+41=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #765129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765129 is #89AED6. Grayscale: #575757. Windows color (decimal): -9023191 or 2707830. OLE color: 2707830.

HSL color Cylindrical-coordinate representation of color #765129: hue angle of 31.17º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #765129 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB1188141-
CMYK00.310.650.54
HSL31.17º48.43%31.18%-
HSV(B)31.17º65.25%46.27%-
XYZ10.819.93.44-
YUV87.5101.76149.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.17%
GREEN value IS 81 (32.03% from 255) = 33.75%
BLUE value IS 41 (16.41% from 255) = 17.08%
R=49.17%
G=33.75%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118814100.310.650.5431.1748.4331.18
Hex76512901F41361f301f
Octal1661215103710166376037
Binary1110110101000110100101111110000011101101111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765129; }

 p { color: rgb(118,81,41); }

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

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

 a { background-color: rgb(118,81,41); }

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

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

 span { border-color: rgb(118,81,41); }

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