Html Css Color HEX #762901 Baker's Chocolate

📋 copy color: '#762901'

red 118 ◦ green 41 ◦ blue 1

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

Shades of Baker's Chocolate #762901

Tints of Baker's Chocolate #762901

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.63%

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

R = 73.75%
G = 25.63%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#762901 (or 0x762901) is known color: Baker's Chocolate. HEX triplet: 76, 29 and 01. RGB value is (118,41,1). Sum of RGB (Red+Green+Blue) = 118+41+1=160 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.75% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 118 - color contains mainly: red. Hex color #762901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762901 is #89D6FE. Grayscale: #3B3B3B. Windows color (decimal): -9033471 or 76150. OLE color: 76150.

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

Color convert

RGB 118 41 1 -
CMYK 0 0.65 0.99 0.54
HSL 20.51º 0.98% 0.23% -
HSV(B) 20.51º 0.99% 0.46% -
XYZ 8.27 5.44 0.64 -
YUV 59.46 95.01 169.75 -
System Red Green Blue C M Y K H S L
Decimal 118 41 1 0 0.65 0.99 0.54 20.51 0.98 0.23
Hex 76 29 1 0 41 63 36 15 62 17
Octal 166 51 1 0 101 143 66 25 142 27
Binary 1110110 101001 1 0 1000001 1100011 110110 10101 1100010 10111

Color Harmonies of #762901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762901

Black with #762901

Text Example


Text Example

White with #762901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762901; }

 p { color: rgb(118,41,1); }

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

background-color css

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

 a { background-color: rgb(118,41,1); }

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

border-color css

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

 span { border-color: rgb(118,41,1); }

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