Html Css Color HEX #754441 Bole

📋 copy color: '#754441'

red 117 ◦ green 68 ◦ blue 65

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

Shades of Bole #754441

Tints of Bole #754441

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.2%

 BLUE value IS 65 (25.78% from 255) = 26%

R = 46.8%
G = 27.2%
B = 26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#754441 (or 0x754441) is known color: Bole. HEX triplet: 75, 44 and 41. RGB value is (117,68,65). Sum of RGB (Red+Green+Blue) = 117+68+65=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #754441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754441 is #8ABBBE. Grayscale: #525252. Windows color (decimal): -9092031 or 4277365. OLE color: 4277365.

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

Color convert

RGB 117 68 65 -
CMYK 0 0.42 0.44 0.54
HSL 3.46º 0.29% 0.36% -
HSV(B) 3.46º 0.44% 0.46% -
XYZ 10.36 8.3 6.06 -
YUV 82.31 118.23 152.74 -
System Red Green Blue C M Y K H S L
Decimal 117 68 65 0 0.42 0.44 0.54 3.46 0.29 0.36
Hex 75 44 41 0 2A 2C 36 3 1D 24
Octal 165 104 101 0 52 54 66 3 35 44
Binary 1110101 1000100 1000001 0 101010 101100 110110 11 11101 100100

Color Harmonies of #754441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754441

Black with #754441

Text Example


Text Example

White with #754441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754441; }

 p { color: rgb(117,68,65); }

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

background-color css

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

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

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

border-color css

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

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

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