Html Css Color HEX #762603 Baker's Chocolate

📋 copy color: '#762603'

red 118 ◦ green 38 ◦ blue 3

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

Shades of Baker's Chocolate #762603

Tints of Baker's Chocolate #762603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.89%

R = 74.21%
G = 23.9%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#762603 (or 0x762603) is known color: Baker's Chocolate. HEX triplet: 76, 26 and 03. RGB value is (118,38,3). Sum of RGB (Red+Green+Blue) = 118+38+3=159 (21% of max value = 765). Red value is 118 (46.48% from 255 or 74.21% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 3 (1.56% from 255 or 1.89% from 159); Max value from RGB is 118 - color contains mainly: red. Hex color #762603 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762603 is #89D9FC. Grayscale: #3A3A3A. Windows color (decimal): -9034237 or 206454. OLE color: 206454.

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

Color convert

RGB 118 38 3 -
CMYK 0 0.68 0.97 0.54
HSL 18.26º 0.95% 0.24% -
HSV(B) 18.26º 0.97% 0.46% -
XYZ 8.18 5.24 0.67 -
YUV 57.93 97 170.85 -
System Red Green Blue C M Y K H S L
Decimal 118 38 3 0 0.68 0.97 0.54 18.26 0.95 0.24
Hex 76 26 3 0 44 61 36 12 5F 18
Octal 166 46 3 0 104 141 66 22 137 30
Binary 1110110 100110 11 0 1000100 1100001 110110 10010 1011111 11000

Color Harmonies of #762603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762603

Black with #762603

Text Example


Text Example

White with #762603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762603; }

 p { color: rgb(118,38,3); }

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

background-color css

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

 a { background-color: rgb(118,38,3); }

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

border-color css

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

 span { border-color: rgb(118,38,3); }

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