Html Css Color HEX #754240 Bole

📋 copy color: '#754240'

red 117 ◦ green 66 ◦ blue 64

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

Shades of Bole #754240

Tints of Bole #754240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.72%

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

R = 47.37%
G = 26.72%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#754240 (or 0x754240) is known color: Bole. HEX triplet: 75, 42 and 40. RGB value is (117,66,64). Sum of RGB (Red+Green+Blue) = 117+66+64=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #754240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754240 is #8ABDBF. Grayscale: #515151. Windows color (decimal): -9092544 or 4211317. OLE color: 4211317.

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

Color convert

RGB 117 66 64 -
CMYK 0 0.44 0.45 0.54
HSL 2.26º 0.29% 0.35% -
HSV(B) 2.26º 0.45% 0.46% -
XYZ 10.21 8.05 5.87 -
YUV 81.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 117 66 64 0 0.44 0.45 0.54 2.26 0.29 0.35
Hex 75 42 40 0 2C 2D 36 2 1D 23
Octal 165 102 100 0 54 55 66 2 35 43
Binary 1110101 1000010 1000000 0 101100 101101 110110 10 11101 100011

Color Harmonies of #754240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754240

Black with #754240

Text Example


Text Example

White with #754240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754240; }

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

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

background-color css

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

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

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

border-color css

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

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

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