Html Css Color HEX #705C77 Rum

📋 copy color: '#705C77'

red 112 ◦ green 92 ◦ blue 119

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

Shades of Rum #705C77

Tints of Rum #705C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.84%

R = 34.67%
G = 28.48%
B = 36.84%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#705C77 (or 0x705C77) is known color: Rum. HEX triplet: 70, 5C and 77. RGB value is (112,92,119). Sum of RGB (Red+Green+Blue) = 112+92+119=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 119 - color contains mainly: blue. Hex color #705C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705C77 is #8FA388. Grayscale: #646464. Windows color (decimal): -9413513 or 7822448. OLE color: 7822448.

HSL color Cylindrical-coordinate representation of color #705C77: hue angle of 284.44º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #705C77 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 92 119 -
CMYK 0.06 0.23 0 0.53
HSL 284.44º 0.13% 0.41% -
HSV(B) 284.44º 0.23% 0.47% -
XYZ 13.84 12.43 19.12 -
YUV 101.06 138.13 135.8 -
System Red Green Blue C M Y K H S L
Decimal 112 92 119 0.06 0.23 0 0.53 284.44 0.13 0.41
Hex 70 5C 77 6 17 0 35 11C D 29
Octal 160 134 167 6 27 0 65 434 15 51
Binary 1110000 1011100 1110111 110 10111 0 110101 100011100 1101 101001

Color Harmonies of #705C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705C77

Black with #705C77

Text Example


Text Example

White with #705C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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