Html Css Color HEX #706675 Rum

📋 copy color: '#706675'

red 112 ◦ green 102 ◦ blue 117

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

Shades of Rum #706675

Tints of Rum #706675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.82%

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

R = 33.84%
G = 30.82%
B = 35.35%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#706675 (or 0x706675) is known color: Rum. HEX triplet: 70, 66 and 75. RGB value is (112,102,117). Sum of RGB (Red+Green+Blue) = 112+102+117=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 117 - color contains mainly: blue. Hex color #706675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706675 is #8F998A. Grayscale: #6A6A6A. Windows color (decimal): -9410955 or 7693936. OLE color: 7693936.

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

Color convert

RGB 112 102 117 -
CMYK 0.04 0.13 0 0.54
HSL 280º 0.07% 0.43% -
HSV(B) 280º 0.13% 0.46% -
XYZ 14.64 14.23 18.8 -
YUV 106.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 112 102 117 0.04 0.13 0 0.54 280 0.07 0.43
Hex 70 66 75 4 D 0 36 118 7 2B
Octal 160 146 165 4 15 0 66 430 7 53
Binary 1110000 1100110 1110101 100 1101 0 110110 100011000 111 101011

Color Harmonies of #706675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706675

Black with #706675

Text Example


Text Example

White with #706675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706675; }

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

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

background-color css

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

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

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

border-color css

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

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

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