Html Css Color HEX #762B00 Baker's Chocolate

📋 copy color: '#762B00'

red 118 ◦ green 43 ◦ blue 0

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

Shades of Baker's Chocolate #762B00

Tints of Baker's Chocolate #762B00

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.71%

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

R = 73.29%
G = 26.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#762B00 (or 0x762B00) is known color: Baker's Chocolate. HEX triplet: 76, 2B and 00. RGB value is (118,43,0). Sum of RGB (Red+Green+Blue) = 118+43+0=161 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.29% from 161); Green value is 43 (17.19% from 255 or 26.71% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 118 - color contains mainly: red. Hex color #762B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762B00 is #89D4FF. Grayscale: #3C3C3C. Windows color (decimal): -9032960 or 11126. OLE color: 11126.

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

Color convert

RGB 118 43 0 -
CMYK 0 0.64 1 0.54
HSL 21.86º 1% 0.23% -
HSV(B) 21.86º 1% 0.46% -
XYZ 8.34 5.58 0.64 -
YUV 60.52 93.85 169 -
System Red Green Blue C M Y K H S L
Decimal 118 43 0 0 0.64 1 0.54 21.86 1 0.23
Hex 76 2B 0 0 40 64 36 16 64 17
Octal 166 53 0 0 100 144 66 26 144 27
Binary 1110110 101011 0 0 1000000 1100100 110110 10110 1100100 10111

Color Harmonies of #762B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762B00

Black with #762B00

Text Example


Text Example

White with #762B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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