#764D26

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

Shades of Cafe Royale #764D26

Tints of Cafe Royale #764D26

Color information

#764D26 (or 0x764D26) is unknown color: approx Cafe Royale. HEX triplet: 76, 4D and 26. RGB value is (118,77,38). Sum of RGB (Red+Green+Blue) = 118+77+38=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #764D26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764D26 is #89B2D9. Grayscale: #555555. Windows color (decimal): -9024218 or 2510198. OLE color: 2510198.

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

Color convert

RGB1187738-
CMYK00.350.680.54
HSL29.25º51.28%30.59%-
HSV(B)29.25º67.8%46.27%-
XYZ10.479.33.08-
YUV84.81101.58151.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.64%
GREEN value IS 77 (30.47% from 255) = 33.05%
BLUE value IS 38 (15.23% from 255) = 16.31%
R=50.64%
G=33.05%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118773800.350.680.5429.2551.2830.59
Hex764D2602344361d331f
Octal1661154604310466356337
Binary11101101001101100110010001110001001101101110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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