#764F26

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

Shades of Cafe Royale #764F26

Tints of Cafe Royale #764F26

Color information

#764F26 (or 0x764F26) is unknown color: approx Cafe Royale. HEX triplet: 76, 4F and 26. RGB value is (118,79,38). Sum of RGB (Red+Green+Blue) = 118+79+38=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #764F26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764F26 is #89B0D9. Grayscale: #565656. Windows color (decimal): -9023706 or 2510710. OLE color: 2510710.

HSL color Cylindrical-coordinate representation of color #764F26: hue angle of 30.75º 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 #764F26 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB1187938-
CMYK00.330.680.54
HSL30.75º51.28%30.59%-
HSV(B)30.75º67.8%46.27%-
XYZ10.629.583.12-
YUV85.99100.92150.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.21%
GREEN value IS 79 (31.25% from 255) = 33.62%
BLUE value IS 38 (15.23% from 255) = 16.17%
R=50.21%
G=33.62%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118793800.330.680.5430.7551.2830.59
Hex764F2602144361f331f
Octal1661174604110466376337
Binary11101101001111100110010000110001001101101111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764F26; }

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

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

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

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

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

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

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

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