Html Css Color HEX #762902 Baker's Chocolate

📋 copy color: '#762902'

red 118 ◦ green 41 ◦ blue 2

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

Shades of Baker's Chocolate #762902

Tints of Baker's Chocolate #762902

RGB

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

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

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

R = 73.29%
G = 25.47%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#762902 (or 0x762902) is known color: Baker's Chocolate. HEX triplet: 76, 29 and 02. RGB value is (118,41,2). Sum of RGB (Red+Green+Blue) = 118+41+2=161 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.29% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 118 - color contains mainly: red. Hex color #762902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762902 is #89D6FD. Grayscale: #3B3B3B. Windows color (decimal): -9033470 or 141686. OLE color: 141686.

HSL color Cylindrical-coordinate representation of color #762902: hue angle of 20.17º 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 #762902 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 41 2 -
CMYK 0 0.65 0.98 0.54
HSL 20.17º 0.97% 0.24% -
HSV(B) 20.17º 0.98% 0.46% -
XYZ 8.28 5.44 0.67 -
YUV 59.58 95.51 169.67 -
System Red Green Blue C M Y K H S L
Decimal 118 41 2 0 0.65 0.98 0.54 20.17 0.97 0.24
Hex 76 29 2 0 41 62 36 14 61 18
Octal 166 51 2 0 101 142 66 24 141 30
Binary 1110110 101001 10 0 1000001 1100010 110110 10100 1100001 11000

Color Harmonies of #762902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762902

Black with #762902

Text Example


Text Example

White with #762902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762902; }

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

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

background-color css

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

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

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

border-color css

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

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

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