#765126

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

Shades of Cafe Royale #765126

Tints of Cafe Royale #765126

Color information

#765126 (or 0x765126) is unknown color: approx Cafe Royale. HEX triplet: 76, 51 and 26. RGB value is (118,81,38). Sum of RGB (Red+Green+Blue) = 118+81+38=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 38 (15.23% from 255 or 16.03% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #765126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765126 is #89AED9. Grayscale: #575757. Windows color (decimal): -9023194 or 2511222. OLE color: 2511222.

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

Color convert

RGB1188138-
CMYK00.310.680.54
HSL32.25º51.28%30.59%-
HSV(B)32.25º67.8%46.27%-
XYZ10.769.883.17-
YUV87.16100.26150-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.79%
GREEN value IS 81 (32.03% from 255) = 34.18%
BLUE value IS 38 (15.23% from 255) = 16.03%
R=49.79%
G=34.18%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118813800.310.680.5432.2551.2830.59
Hex76512601F443620331f
Octal1661214603710466406337
Binary11101101010001100110011111100010011011010000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765126; }

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

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

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

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

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

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

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

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