#772600

Color #772600 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #772600

Tints of Baker's Chocolate #772600

Color information

#772600 (or 0x772600) is unknown color: approx Baker's Chocolate. HEX triplet: 77, 26 and 00. RGB value is (119,38,0). Sum of RGB (Red+Green+Blue) = 119+38+0=157 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.80% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 119 - color contains mainly: red. Hex color #772600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772600 is #88D9FF. Grayscale: #3A3A3A. Windows color (decimal): -8968704 or 9847. OLE color: 9847.

HSL color Cylindrical-coordinate representation of color #772600: hue angle of 19.16º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #772600 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB119380-
CMYK00.6810.53
HSL19.16º100%23.33%-
HSV(B)19.16º100%46.67%-
XYZ8.35.310.59-
YUV57.8995.34171.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 75.80%
GREEN value IS 38 (15.23% from 255) = 24.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.80%
G=24.20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11938000.6810.5319.1610023.33
Hex772600446435136417
Octal1674600104144652314427
Binary1110111100110001000100110010011010110011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772600; }

 p { color: rgb(119,38,0); }

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

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

 a { background-color: rgb(119,38,0); }

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

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

 span { border-color: rgb(119,38,0); }

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