Html Css Color HEX #754942 Bole

📋 copy color: '#754942'

red 117 ◦ green 73 ◦ blue 66

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

Shades of Bole #754942

Tints of Bole #754942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.52%

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

R = 45.7%
G = 28.52%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#754942 (or 0x754942) is known color: Bole. HEX triplet: 75, 49 and 42. RGB value is (117,73,66). Sum of RGB (Red+Green+Blue) = 117+73+66=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #754942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754942 is #8AB6BD. Grayscale: #555555. Windows color (decimal): -9090750 or 4344181. OLE color: 4344181.

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

Color convert

RGB 117 73 66 -
CMYK 0 0.38 0.44 0.54
HSL 8.24º 0.28% 0.36% -
HSV(B) 8.24º 0.44% 0.46% -
XYZ 10.7 8.94 6.32 -
YUV 85.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 117 73 66 0 0.38 0.44 0.54 8.24 0.28 0.36
Hex 75 49 42 0 26 2C 36 8 1C 24
Octal 165 111 102 0 46 54 66 10 34 44
Binary 1110101 1001001 1000010 0 100110 101100 110110 1000 11100 100100

Color Harmonies of #754942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754942

Black with #754942

Text Example


Text Example

White with #754942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754942; }

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

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

background-color css

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

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

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

border-color css

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

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

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