Html Css Color HEX #706275 Rum

📋 copy color: '#706275'

red 112 ◦ green 98 ◦ blue 117

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

Shades of Rum #706275

Tints of Rum #706275

RGB

 RED value IS 112 (44.14% from 255) = 34.25%

 GREEN value IS 98 (38.67% from 255) = 29.97%

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

R = 34.25%
G = 29.97%
B = 35.78%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#706275 (or 0x706275) is known color: Rum. HEX triplet: 70, 62 and 75. RGB value is (112,98,117). Sum of RGB (Red+Green+Blue) = 112+98+117=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 98 (38.67% from 255 or 29.97% 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 #706275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706275 is #8F9D8A. Grayscale: #686868. Windows color (decimal): -9411979 or 7692912. OLE color: 7692912.

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

Color convert

RGB 112 98 117 -
CMYK 0.04 0.16 0 0.54
HSL 284.21º 0.09% 0.42% -
HSV(B) 284.21º 0.16% 0.46% -
XYZ 14.26 13.46 18.68 -
YUV 104.35 135.14 133.46 -
System Red Green Blue C M Y K H S L
Decimal 112 98 117 0.04 0.16 0 0.54 284.21 0.09 0.42
Hex 70 62 75 4 10 0 36 11C 9 2A
Octal 160 142 165 4 20 0 66 434 11 52
Binary 1110000 1100010 1110101 100 10000 0 110110 100011100 1001 101010

Color Harmonies of #706275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706275

Black with #706275

Text Example


Text Example

White with #706275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706275; }

 p { color: rgb(112,98,117); }

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

background-color css

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

 a { background-color: rgb(112,98,117); }

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

border-color css

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

 span { border-color: rgb(112,98,117); }

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