Html Css Color HEX #772601 Baker's Chocolate

📋 copy color: '#772601'

red 119 ◦ green 38 ◦ blue 1

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

Shades of Baker's Chocolate #772601

Tints of Baker's Chocolate #772601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.05%

 BLUE value IS 1 (0.78% from 255) = 0.63%

R = 75.32%
G = 24.05%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#772601 (or 0x772601) is known color: Baker's Chocolate. HEX triplet: 77, 26 and 01. RGB value is (119,38,1). Sum of RGB (Red+Green+Blue) = 119+38+1=158 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.32% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 119 - color contains mainly: red. Hex color #772601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772601 is #88D9FE. Grayscale: #3A3A3A. Windows color (decimal): -8968703 or 75383. OLE color: 75383.

HSL color Cylindrical-coordinate representation of color #772601: hue angle of 18.81º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #772601 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 38 1 -
CMYK 0 0.68 0.99 0.53
HSL 18.81º 0.98% 0.24% -
HSV(B) 18.81º 0.99% 0.47% -
XYZ 8.31 5.31 0.62 -
YUV 58 95.84 171.51 -
System Red Green Blue C M Y K H S L
Decimal 119 38 1 0 0.68 0.99 0.53 18.81 0.98 0.24
Hex 77 26 1 0 44 63 35 13 62 18
Octal 167 46 1 0 104 143 65 23 142 30
Binary 1110111 100110 1 0 1000100 1100011 110101 10011 1100010 11000

Color Harmonies of #772601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772601

Black with #772601

Text Example


Text Example

White with #772601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772601; }

 p { color: rgb(119,38,1); }

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

background-color css

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

 a { background-color: rgb(119,38,1); }

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

border-color css

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

 span { border-color: rgb(119,38,1); }

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