#762802

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

Shades of Baker's Chocolate #762802

Tints of Baker's Chocolate #762802

Color information

#762802 (or 0x762802) is unknown color: approx Baker's Chocolate. HEX triplet: 76, 28 and 02. RGB value is (118,40,2). Sum of RGB (Red+Green+Blue) = 118+40+2=160 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.75% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 118 - color contains mainly: red. Hex color #762802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762802 is #89D7FD. Grayscale: #3B3B3B. Windows color (decimal): -9033726 or 141430. OLE color: 141430.

HSL color Cylindrical-coordinate representation of color #762802: hue angle of 19.66º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #762802 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB118402-
CMYK00.660.980.54
HSL19.66º96.67%23.53%-
HSV(B)19.66º98.31%46.27%-
XYZ8.245.370.66-
YUV58.9995.84170.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 73.75%
GREEN value IS 40 (16.02% from 255) = 25%
BLUE value IS 2 (1.17% from 255) = 1.25%
R=73.75%
G=25%
B=1.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11840200.660.980.5419.6696.6723.53
Hex762820426236146118
Octal1665020102142662414130
Binary11101101010001001000010110001011011010100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762802; }

 p { color: rgb(118,40,2); }

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

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

 a { background-color: rgb(118,40,2); }

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

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

 span { border-color: rgb(118,40,2); }

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