Html Css Color HEX #742807 Baker's Chocolate

📋 copy color: '#742807'

red 116 ◦ green 40 ◦ blue 7

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

Shades of Baker's Chocolate #742807

Tints of Baker's Chocolate #742807

RGB

 RED value IS 116 (45.7% from 255) = 71.17%

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

 BLUE value IS 7 (3.13% from 255) = 4.29%

R = 71.17%
G = 24.54%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#742807 (or 0x742807) is known color: Baker's Chocolate. HEX triplet: 74, 28 and 07. RGB value is (116,40,7). Sum of RGB (Red+Green+Blue) = 116+40+7=163 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.17% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 7 (3.12% from 255 or 4.29% from 163); Max value from RGB is 116 - color contains mainly: red. Hex color #742807 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742807 is #8BD7F8. Grayscale: #3B3B3B. Windows color (decimal): -9164793 or 469108. OLE color: 469108.

HSL color Cylindrical-coordinate representation of color #742807: hue angle of 18.17º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #742807 is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 40 7 -
CMYK 0 0.66 0.94 0.55
HSL 18.17º 0.89% 0.24% -
HSV(B) 18.17º 0.94% 0.45% -
XYZ 8 5.25 0.79 -
YUV 58.96 98.68 168.68 -
System Red Green Blue C M Y K H S L
Decimal 116 40 7 0 0.66 0.94 0.55 18.17 0.89 0.24
Hex 74 28 7 0 42 5E 37 12 59 18
Octal 164 50 7 0 102 136 67 22 131 30
Binary 1110100 101000 111 0 1000010 1011110 110111 10010 1011001 11000

Color Harmonies of #742807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742807

Black with #742807

Text Example


Text Example

White with #742807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742807; }

 p { color: rgb(116,40,7); }

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

background-color css

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

 a { background-color: rgb(116,40,7); }

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

border-color css

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

 span { border-color: rgb(116,40,7); }

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