Html Css Color HEX #754442 Bole

📋 copy color: '#754442'

red 117 ◦ green 68 ◦ blue 66

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

Shades of Bole #754442

Tints of Bole #754442

RGB

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

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

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

R = 46.61%
G = 27.09%
B = 26.29%

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

#754442 (or 0x754442) is known color: Bole. HEX triplet: 75, 44 and 42. RGB value is (117,68,66). Sum of RGB (Red+Green+Blue) = 117+68+66=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #754442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754442 is #8ABBBD. Grayscale: #525252. Windows color (decimal): -9092030 or 4342901. OLE color: 4342901.

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

Color convert

RGB 117 68 66 -
CMYK 0 0.42 0.44 0.54
HSL 2.35º 0.28% 0.36% -
HSV(B) 2.35º 0.44% 0.46% -
XYZ 10.39 8.31 6.21 -
YUV 82.42 118.73 152.66 -
System Red Green Blue C M Y K H S L
Decimal 117 68 66 0 0.42 0.44 0.54 2.35 0.28 0.36
Hex 75 44 42 0 2A 2C 36 2 1C 24
Octal 165 104 102 0 52 54 66 2 34 44
Binary 1110101 1000100 1000010 0 101010 101100 110110 10 11100 100100

Color Harmonies of #754442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754442

Black with #754442

Text Example


Text Example

White with #754442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754442; }

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

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

background-color css

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

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

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

border-color css

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

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

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