Html Css Color HEX #754A46 Bole

📋 copy color: '#754A46'

red 117 ◦ green 74 ◦ blue 70

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

Shades of Bole #754A46

Tints of Bole #754A46

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.35%

 BLUE value IS 70 (27.73% from 255) = 26.82%

R = 44.83%
G = 28.35%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#754A46 (or 0x754A46) is known color: Bole. HEX triplet: 75, 4A and 46. RGB value is (117,74,70). Sum of RGB (Red+Green+Blue) = 117+74+70=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #754A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754A46 is #8AB5B9. Grayscale: #565656. Windows color (decimal): -9090490 or 4606581. OLE color: 4606581.

HSL color Cylindrical-coordinate representation of color #754A46: hue angle of 5.11º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #754A46 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 74 70 -
CMYK 0 0.37 0.40 0.54
HSL 5.11º 0.25% 0.37% -
HSV(B) 5.11º 0.4% 0.46% -
XYZ 10.89 9.12 6.98 -
YUV 86.4 118.75 149.83 -
System Red Green Blue C M Y K H S L
Decimal 117 74 70 0 0.37 0.40 0.54 5.11 0.25 0.37
Hex 75 4A 46 0 25 28 36 5 19 25
Octal 165 112 106 0 45 50 66 5 31 45
Binary 1110101 1001010 1000110 0 100101 101000 110110 101 11001 100101

Color Harmonies of #754A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754A46

Black with #754A46

Text Example


Text Example

White with #754A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754A46; }

 p { color: rgb(117,74,70); }

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

background-color css

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

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

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

border-color css

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

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

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