Html Css Color HEX #752705 Baker's Chocolate

📋 copy color: '#752705'

red 117 ◦ green 39 ◦ blue 5

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

Shades of Baker's Chocolate #752705

Tints of Baker's Chocolate #752705

RGB

 RED value IS 117 (46.09% from 255) = 72.67%

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

 BLUE value IS 5 (2.34% from 255) = 3.11%

R = 72.67%
G = 24.22%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#752705 (or 0x752705) is known color: Baker's Chocolate. HEX triplet: 75, 27 and 05. RGB value is (117,39,5). Sum of RGB (Red+Green+Blue) = 117+39+5=161 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.67% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 117 - color contains mainly: red. Hex color #752705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752705 is #8AD8FA. Grayscale: #3A3A3A. Windows color (decimal): -9099515 or 337781. OLE color: 337781.

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

Color convert

RGB 117 39 5 -
CMYK 0 0.67 0.96 0.54
HSL 18.21º 0.92% 0.24% -
HSV(B) 18.21º 0.96% 0.46% -
XYZ 8.09 5.24 0.73 -
YUV 58.45 97.84 169.76 -
System Red Green Blue C M Y K H S L
Decimal 117 39 5 0 0.67 0.96 0.54 18.21 0.92 0.24
Hex 75 27 5 0 43 60 36 12 5C 18
Octal 165 47 5 0 103 140 66 22 134 30
Binary 1110101 100111 101 0 1000011 1100000 110110 10010 1011100 11000

Color Harmonies of #752705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752705

Black with #752705

Text Example


Text Example

White with #752705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752705; }

 p { color: rgb(117,39,5); }

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

background-color css

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

 a { background-color: rgb(117,39,5); }

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

border-color css

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

 span { border-color: rgb(117,39,5); }

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