Html Css Color HEX #754740 Bole

📋 copy color: '#754740'

red 117 ◦ green 71 ◦ blue 64

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

Shades of Bole #754740

Tints of Bole #754740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.17%

 BLUE value IS 64 (25.39% from 255) = 25.4%

R = 46.43%
G = 28.17%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#754740 (or 0x754740) is known color: Bole. HEX triplet: 75, 47 and 40. RGB value is (117,71,64). Sum of RGB (Red+Green+Blue) = 117+71+64=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #754740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754740 is #8AB8BF. Grayscale: #545454. Windows color (decimal): -9091264 or 4212597. OLE color: 4212597.

HSL color Cylindrical-coordinate representation of color #754740: hue angle of 7.92º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #754740 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 71 64 -
CMYK 0 0.39 0.45 0.54
HSL 7.92º 0.29% 0.35% -
HSV(B) 7.92º 0.45% 0.46% -
XYZ 10.51 8.66 5.97 -
YUV 83.96 116.74 151.57 -
System Red Green Blue C M Y K H S L
Decimal 117 71 64 0 0.39 0.45 0.54 7.92 0.29 0.35
Hex 75 47 40 0 27 2D 36 8 1D 23
Octal 165 107 100 0 47 55 66 10 35 43
Binary 1110101 1000111 1000000 0 100111 101101 110110 1000 11101 100011

Color Harmonies of #754740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754740

Black with #754740

Text Example


Text Example

White with #754740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754740; }

 p { color: rgb(117,71,64); }

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

background-color css

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

 a { background-color: rgb(117,71,64); }

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

border-color css

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

 span { border-color: rgb(117,71,64); }

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