Html Css Color HEX #754040 Bole

📋 copy color: '#754040'

red 117 ◦ green 64 ◦ blue 64

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

Shades of Bole #754040

Tints of Bole #754040

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.12%

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

R = 47.76%
G = 26.12%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#754040 (or 0x754040) is known color: Bole. HEX triplet: 75, 40 and 40. RGB value is (117,64,64). Sum of RGB (Red+Green+Blue) = 117+64+64=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #754040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754040 is #8ABFBF. Grayscale: #4F4F4F. Windows color (decimal): -9093056 or 4210805. OLE color: 4210805.

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

Color convert

RGB 117 64 64 -
CMYK 0 0.45 0.45 0.54
HSL 0.29% 0.35% -
HSV(B) 0.45% 0.46% -
XYZ 10.09 7.82 5.83 -
YUV 79.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 117 64 64 0 0.45 0.45 0.54 0 0.29 0.35
Hex 75 40 40 0 2D 2D 36 0 1D 23
Octal 165 100 100 0 55 55 66 0 35 43
Binary 1110101 1000000 1000000 0 101101 101101 110110 0 11101 100011

Color Harmonies of #754040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754040

Black with #754040

Text Example


Text Example

White with #754040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754040; }

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

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

background-color css

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

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

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

border-color css

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

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

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