Html Css Color HEX #762700 Baker's Chocolate

📋 copy color: '#762700'

red 118 ◦ green 39 ◦ blue 0

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

Shades of Baker's Chocolate #762700

Tints of Baker's Chocolate #762700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.16%
G = 24.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#762700 (or 0x762700) is known color: Baker's Chocolate. HEX triplet: 76, 27 and 00. RGB value is (118,39,0). Sum of RGB (Red+Green+Blue) = 118+39+0=157 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.16% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 118 - color contains mainly: red. Hex color #762700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762700 is #89D8FF. Grayscale: #3A3A3A. Windows color (decimal): -9033984 or 10102. OLE color: 10102.

HSL color Cylindrical-coordinate representation of color #762700: hue angle of 19.83º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #762700 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 39 0 -
CMYK 0 0.67 1 0.54
HSL 19.83º 1% 0.23% -
HSV(B) 19.83º 1% 0.46% -
XYZ 8.2 5.3 0.59 -
YUV 58.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 118 39 0 0 0.67 1 0.54 19.83 1 0.23
Hex 76 27 0 0 43 64 36 14 64 17
Octal 166 47 0 0 103 144 66 24 144 27
Binary 1110110 100111 0 0 1000011 1100100 110110 10100 1100100 10111

Color Harmonies of #762700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762700

Black with #762700

Text Example


Text Example

White with #762700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762700; }

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

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

background-color css

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

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

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

border-color css

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

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

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