#762700

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

Shades of Baker's Chocolate #762700

Tints of Baker's Chocolate #762700

Color information

#762700 (or 0x762700) is unknown color: approx Baker's Chocolate. HEX triplet: 76, 27 and 00. RGB value is (118,39,0). Sum of RGB (Red+Green+Blue) = 118+39+0=157 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.16% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 118 - color contains mainly: red. Hex color #762700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762700 is #89D8FF. Grayscale: #3A3A3A. Windows color (decimal): -9033984 or 10102. OLE color: 10102.

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

Color convert

RGB118390-
CMYK00.6710.54
HSL19.83º100%23.14%-
HSV(B)19.83º100%46.27%-
XYZ8.25.30.59-
YUV58.1895.17170.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 75.16%
GREEN value IS 39 (15.62% from 255) = 24.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.16%
G=24.84%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11839000.6710.5419.8310023.14
Hex762700436436146417
Octal1664700103144662414427
Binary1110110100111001000011110010011011010100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762700; }

 p { color: rgb(118,39,0); }

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

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

 a { background-color: rgb(118,39,0); }

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

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

 span { border-color: rgb(118,39,0); }

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