Html Css Color HEX #762702 Baker's Chocolate

📋 copy color: '#762702'

red 118 ◦ green 39 ◦ blue 2

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

Shades of Baker's Chocolate #762702

Tints of Baker's Chocolate #762702

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.53%

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

R = 74.21%
G = 24.53%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#762702 (or 0x762702) is known color: Baker's Chocolate. HEX triplet: 76, 27 and 02. RGB value is (118,39,2). Sum of RGB (Red+Green+Blue) = 118+39+2=159 (21% of max value = 765). Red value is 118 (46.48% from 255 or 74.21% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 118 - color contains mainly: red. Hex color #762702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762702 is #89D8FD. Grayscale: #3A3A3A. Windows color (decimal): -9033982 or 141174. OLE color: 141174.

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

Color convert

RGB 118 39 2 -
CMYK 0 0.67 0.98 0.54
HSL 19.14º 0.97% 0.24% -
HSV(B) 19.14º 0.98% 0.46% -
XYZ 8.21 5.31 0.65 -
YUV 58.4 96.17 170.51 -
System Red Green Blue C M Y K H S L
Decimal 118 39 2 0 0.67 0.98 0.54 19.14 0.97 0.24
Hex 76 27 2 0 43 62 36 13 61 18
Octal 166 47 2 0 103 142 66 23 141 30
Binary 1110110 100111 10 0 1000011 1100010 110110 10011 1100001 11000

Color Harmonies of #762702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762702

Black with #762702

Text Example


Text Example

White with #762702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762702; }

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

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

background-color css

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

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

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

border-color css

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

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

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