Html Css Color HEX #762800 Baker's Chocolate

📋 copy color: '#762800'

red 118 ◦ green 40 ◦ blue 0

#762800
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #762800

Tints of Baker's Chocolate #762800

RGB

 RED value IS 118 (46.48% from 255) = 74.68%

 GREEN value IS 40 (16.02% from 255) = 25.32%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.68%
G = 25.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#762800 (or 0x762800) is known color: Baker's Chocolate. HEX triplet: 76, 28 and 00. RGB value is (118,40,0). Sum of RGB (Red+Green+Blue) = 118+40+0=158 (20% of max value = 765). Red value is 118 (46.48% from 255 or 74.68% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 118 - color contains mainly: red. Hex color #762800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762800 is #89D7FF. Grayscale: #3B3B3B. Windows color (decimal): -9033728 or 10358. OLE color: 10358.

HSL color Cylindrical-coordinate representation of color #762800: hue angle of 20.34º 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 #762800 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 40 0 -
CMYK 0 0.66 1 0.54
HSL 20.34º 1% 0.23% -
HSV(B) 20.34º 1% 0.46% -
XYZ 8.23 5.37 0.6 -
YUV 58.76 94.84 170.25 -
System Red Green Blue C M Y K H S L
Decimal 118 40 0 0 0.66 1 0.54 20.34 1 0.23
Hex 76 28 0 0 42 64 36 14 64 17
Octal 166 50 0 0 102 144 66 24 144 27
Binary 1110110 101000 0 0 1000010 1100100 110110 10100 1100100 10111

Color Harmonies of #762800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762800

Black with #762800

Text Example


Text Example

White with #762800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762800; }

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

 H1.HeaderClassName
 {
   color: #762800;
 }
 .AnyTagClassName
 {
   color: #762800;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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