Html Css Color HEX #754741 Bole

📋 copy color: '#754741'

red 117 ◦ green 71 ◦ blue 65

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

Shades of Bole #754741

Tints of Bole #754741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.06%

 BLUE value IS 65 (25.78% from 255) = 25.69%

R = 46.25%
G = 28.06%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#754741 (or 0x754741) is known color: Bole. HEX triplet: 75, 47 and 41. RGB value is (117,71,65). Sum of RGB (Red+Green+Blue) = 117+71+65=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #754741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754741 is #8AB8BE. Grayscale: #545454. Windows color (decimal): -9091263 or 4278133. OLE color: 4278133.

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

Color convert

RGB 117 71 65 -
CMYK 0 0.39 0.44 0.54
HSL 6.92º 0.29% 0.36% -
HSV(B) 6.92º 0.44% 0.46% -
XYZ 10.54 8.67 6.12 -
YUV 84.07 117.24 151.49 -
System Red Green Blue C M Y K H S L
Decimal 117 71 65 0 0.39 0.44 0.54 6.92 0.29 0.36
Hex 75 47 41 0 27 2C 36 7 1D 24
Octal 165 107 101 0 47 54 66 7 35 44
Binary 1110101 1000111 1000001 0 100111 101100 110110 111 11101 100100

Color Harmonies of #754741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754741

Black with #754741

Text Example


Text Example

White with #754741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754741; }

 p { color: rgb(117,71,65); }

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

background-color css

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

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

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

border-color css

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

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

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