Html Css Color HEX #762802 Baker's Chocolate

📋 copy color: '#762802'

red 118 ◦ green 40 ◦ blue 2

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

Shades of Baker's Chocolate #762802

Tints of Baker's Chocolate #762802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.25%

R = 73.75%
G = 25%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#762802 (or 0x762802) is known color: Baker's Chocolate. HEX triplet: 76, 28 and 02. RGB value is (118,40,2). Sum of RGB (Red+Green+Blue) = 118+40+2=160 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.75% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 118 - color contains mainly: red. Hex color #762802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762802 is #89D7FD. Grayscale: #3B3B3B. Windows color (decimal): -9033726 or 141430. OLE color: 141430.

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

Color convert

RGB 118 40 2 -
CMYK 0 0.66 0.98 0.54
HSL 19.66º 0.97% 0.24% -
HSV(B) 19.66º 0.98% 0.46% -
XYZ 8.24 5.37 0.66 -
YUV 58.99 95.84 170.09 -
System Red Green Blue C M Y K H S L
Decimal 118 40 2 0 0.66 0.98 0.54 19.66 0.97 0.24
Hex 76 28 2 0 42 62 36 14 61 18
Octal 166 50 2 0 102 142 66 24 141 30
Binary 1110110 101000 10 0 1000010 1100010 110110 10100 1100001 11000

Color Harmonies of #762802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762802

Black with #762802

Text Example


Text Example

White with #762802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762802; }

 p { color: rgb(118,40,2); }

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

background-color css

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

 a { background-color: rgb(118,40,2); }

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

border-color css

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

 span { border-color: rgb(118,40,2); }

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