Html Css Color HEX #735F75 Rum

📋 copy color: '#735F75'

red 115 ◦ green 95 ◦ blue 117

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

Shades of Rum #735F75

Tints of Rum #735F75

RGB

 RED value IS 115 (45.31% from 255) = 35.17%

 GREEN value IS 95 (37.5% from 255) = 29.05%

 BLUE value IS 117 (46.09% from 255) = 35.78%

R = 35.17%
G = 29.05%
B = 35.78%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#735F75 (or 0x735F75) is known color: Rum. HEX triplet: 73, 5F and 75. RGB value is (115,95,117). Sum of RGB (Red+Green+Blue) = 115+95+117=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 117 - color contains mainly: blue. Hex color #735F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735F75 is #8CA08A. Grayscale: #676767. Windows color (decimal): -9216139 or 7692147. OLE color: 7692147.

HSL color Cylindrical-coordinate representation of color #735F75: hue angle of 294.55º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #735F75 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 115 95 117 -
CMYK 0.02 0.19 0 0.54
HSL 294.55º 0.1% 0.42% -
HSV(B) 294.55º 0.19% 0.46% -
XYZ 14.37 13.11 18.6 -
YUV 103.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 115 95 117 0.02 0.19 0 0.54 294.55 0.1 0.42
Hex 73 5F 75 2 13 0 36 127 A 2A
Octal 163 137 165 2 23 0 66 447 12 52
Binary 1110011 1011111 1110101 10 10011 0 110110 100100111 1010 101010

Color Harmonies of #735F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735F75

Black with #735F75

Text Example


Text Example

White with #735F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735F75; }

 p { color: rgb(115,95,117); }

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

background-color css

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

 a { background-color: rgb(115,95,117); }

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

border-color css

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

 span { border-color: rgb(115,95,117); }

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