Html Css Color HEX #736075 Rum

📋 copy color: '#736075'

red 115 ◦ green 96 ◦ blue 117

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

Shades of Rum #736075

Tints of Rum #736075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.27%

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

R = 35.06%
G = 29.27%
B = 35.67%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#736075 (or 0x736075) is known color: Rum. HEX triplet: 73, 60 and 75. RGB value is (115,96,117). Sum of RGB (Red+Green+Blue) = 115+96+117=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 117 - color contains mainly: blue. Hex color #736075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736075 is #8C9F8A. Grayscale: #686868. Windows color (decimal): -9215883 or 7692403. OLE color: 7692403.

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

Color convert

RGB 115 96 117 -
CMYK 0.02 0.18 0 0.54
HSL 294.29º 0.1% 0.42% -
HSV(B) 294.29º 0.18% 0.46% -
XYZ 14.46 13.29 18.63 -
YUV 104.08 135.29 135.79 -
System Red Green Blue C M Y K H S L
Decimal 115 96 117 0.02 0.18 0 0.54 294.29 0.1 0.42
Hex 73 60 75 2 12 0 36 126 A 2A
Octal 163 140 165 2 22 0 66 446 12 52
Binary 1110011 1100000 1110101 10 10010 0 110110 100100110 1010 101010

Color Harmonies of #736075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736075

Black with #736075

Text Example


Text Example

White with #736075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736075; }

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

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

background-color css

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

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

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

border-color css

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

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

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