Html Css Color HEX #772700 Baker's Chocolate

📋 copy color: '#772700'

red 119 ◦ green 39 ◦ blue 0

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

Shades of Baker's Chocolate #772700

Tints of Baker's Chocolate #772700

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.68%

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

R = 75.32%
G = 24.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#772700 (or 0x772700) is known color: Baker's Chocolate. HEX triplet: 77, 27 and 00. RGB value is (119,39,0). Sum of RGB (Red+Green+Blue) = 119+39+0=158 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.32% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 119 - color contains mainly: red. Hex color #772700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772700 is #88D8FF. Grayscale: #3A3A3A. Windows color (decimal): -8968448 or 10103. OLE color: 10103.

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

Color convert

RGB 119 39 0 -
CMYK 0 0.67 1 0.53
HSL 19.66º 1% 0.23% -
HSV(B) 19.66º 1% 0.47% -
XYZ 8.33 5.37 0.6 -
YUV 58.47 95 171.17 -
System Red Green Blue C M Y K H S L
Decimal 119 39 0 0 0.67 1 0.53 19.66 1 0.23
Hex 77 27 0 0 43 64 35 14 64 17
Octal 167 47 0 0 103 144 65 24 144 27
Binary 1110111 100111 0 0 1000011 1100100 110101 10100 1100100 10111

Color Harmonies of #772700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772700

Black with #772700

Text Example


Text Example

White with #772700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772700; }

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

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

background-color css

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

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

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

border-color css

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

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

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