Html Css Color HEX #772800 Baker's Chocolate

📋 copy color: '#772800'

red 119 ◦ green 40 ◦ blue 0

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

Shades of Baker's Chocolate #772800

Tints of Baker's Chocolate #772800

RGB

 RED value IS 119 (46.88% from 255) = 74.84%

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

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

R = 74.84%
G = 25.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#772800 (or 0x772800) is known color: Baker's Chocolate. HEX triplet: 77, 28 and 00. RGB value is (119,40,0). Sum of RGB (Red+Green+Blue) = 119+40+0=159 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.84% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 119 - color contains mainly: red. Hex color #772800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772800 is #88D7FF. Grayscale: #3B3B3B. Windows color (decimal): -8968192 or 10359. OLE color: 10359.

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

Color convert

RGB 119 40 0 -
CMYK 0 0.66 1 0.53
HSL 20.17º 1% 0.23% -
HSV(B) 20.17º 1% 0.47% -
XYZ 8.37 5.44 0.61 -
YUV 59.06 94.67 170.75 -
System Red Green Blue C M Y K H S L
Decimal 119 40 0 0 0.66 1 0.53 20.17 1 0.23
Hex 77 28 0 0 42 64 35 14 64 17
Octal 167 50 0 0 102 144 65 24 144 27
Binary 1110111 101000 0 0 1000010 1100100 110101 10100 1100100 10111

Color Harmonies of #772800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772800

Black with #772800

Text Example


Text Example

White with #772800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772800; }

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

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

background-color css

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

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

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

border-color css

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

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

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