Html Css Color HEX #754640 Bole

📋 copy color: '#754640'

red 117 ◦ green 70 ◦ blue 64

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

Shades of Bole #754640

Tints of Bole #754640

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.89%

 BLUE value IS 64 (25.39% from 255) = 25.5%

R = 46.61%
G = 27.89%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#754640 (or 0x754640) is known color: Bole. HEX triplet: 75, 46 and 40. RGB value is (117,70,64). Sum of RGB (Red+Green+Blue) = 117+70+64=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #754640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754640 is #8AB9BF. Grayscale: #535353. Windows color (decimal): -9091520 or 4212341. OLE color: 4212341.

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

Color convert

RGB 117 70 64 -
CMYK 0 0.40 0.45 0.54
HSL 6.79º 0.29% 0.35% -
HSV(B) 6.79º 0.45% 0.46% -
XYZ 10.45 8.53 5.95 -
YUV 83.37 117.07 151.99 -
System Red Green Blue C M Y K H S L
Decimal 117 70 64 0 0.40 0.45 0.54 6.79 0.29 0.35
Hex 75 46 40 0 28 2D 36 7 1D 23
Octal 165 106 100 0 50 55 66 7 35 43
Binary 1110101 1000110 1000000 0 101000 101101 110110 111 11101 100011

Color Harmonies of #754640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754640

Black with #754640

Text Example


Text Example

White with #754640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754640; }

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

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

background-color css

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

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

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

border-color css

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

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

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