#765125

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

Shades of Cafe Royale #765125

Tints of Cafe Royale #765125

Color information

#765125 (or 0x765125) is unknown color: approx Cafe Royale. HEX triplet: 76, 51 and 25. RGB value is (118,81,37). Sum of RGB (Red+Green+Blue) = 118+81+37=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #765125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765125 is #89AEDA. Grayscale: #575757. Windows color (decimal): -9023195 or 2445686. OLE color: 2445686.

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

Color convert

RGB1188137-
CMYK00.310.690.54
HSL32.59º52.26%30.39%-
HSV(B)32.59º68.64%46.27%-
XYZ10.759.873.09-
YUV87.0599.76150.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50%
GREEN value IS 81 (32.03% from 255) = 34.32%
BLUE value IS 37 (14.84% from 255) = 15.68%
R=50%
G=34.32%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118813700.310.690.5432.5952.2630.39
Hex76512501F453621341e
Octal1661214503710566416436
Binary11101101010001100101011111100010111011010000111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765125; }

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

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

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

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

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

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

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

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