Html Css Color HEX #705C74 Rum

📋 copy color: '#705C74'

red 112 ◦ green 92 ◦ blue 116

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

Shades of Rum #705C74

Tints of Rum #705C74

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.75%

 BLUE value IS 116 (45.7% from 255) = 36.25%

R = 35%
G = 28.75%
B = 36.25%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#705C74 (or 0x705C74) is known color: Rum. HEX triplet: 70, 5C and 74. RGB value is (112,92,116). Sum of RGB (Red+Green+Blue) = 112+92+116=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 116 - color contains mainly: blue. Hex color #705C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705C74 is #8FA38B. Grayscale: #646464. Windows color (decimal): -9413516 or 7625840. OLE color: 7625840.

HSL color Cylindrical-coordinate representation of color #705C74: hue angle of 290º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #705C74 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 92 116 -
CMYK 0.03 0.21 0 0.55
HSL 290º 0.12% 0.41% -
HSV(B) 290º 0.21% 0.45% -
XYZ 13.66 12.36 18.19 -
YUV 100.72 136.63 136.05 -
System Red Green Blue C M Y K H S L
Decimal 112 92 116 0.03 0.21 0 0.55 290 0.12 0.41
Hex 70 5C 74 3 15 0 37 122 C 29
Octal 160 134 164 3 25 0 67 442 14 51
Binary 1110000 1011100 1110100 11 10101 0 110111 100100010 1100 101001

Color Harmonies of #705C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705C74

Black with #705C74

Text Example


Text Example

White with #705C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705C74; }

 p { color: rgb(112,92,116); }

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

background-color css

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

 a { background-color: rgb(112,92,116); }

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

border-color css

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

 span { border-color: rgb(112,92,116); }

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