Html Css Color HEX #754242 Bole

📋 copy color: '#754242'

red 117 ◦ green 66 ◦ blue 66

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

Shades of Bole #754242

Tints of Bole #754242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.51%

R = 46.99%
G = 26.51%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#754242 (or 0x754242) is known color: Bole. HEX triplet: 75, 42 and 42. RGB value is (117,66,66). Sum of RGB (Red+Green+Blue) = 117+66+66=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #754242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754242 is #8ABDBD. Grayscale: #515151. Windows color (decimal): -9092542 or 4342389. OLE color: 4342389.

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

Color convert

RGB 117 66 66 -
CMYK 0 0.44 0.44 0.54
HSL 0.28% 0.36% -
HSV(B) 0.44% 0.46% -
XYZ 10.27 8.07 6.17 -
YUV 81.25 119.4 153.5 -
System Red Green Blue C M Y K H S L
Decimal 117 66 66 0 0.44 0.44 0.54 0 0.28 0.36
Hex 75 42 42 0 2C 2C 36 0 1C 24
Octal 165 102 102 0 54 54 66 0 34 44
Binary 1110101 1000010 1000010 0 101100 101100 110110 0 11100 100100

Color Harmonies of #754242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754242

Black with #754242

Text Example


Text Example

White with #754242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754242; }

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

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

background-color css

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

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

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

border-color css

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

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

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