Html Css Color HEX #704B5D Cosmic

📋 copy color: '#704B5D'

red 112 ◦ green 75 ◦ blue 93

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

Shades of Cosmic #704B5D

Tints of Cosmic #704B5D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.79%

 BLUE value IS 93 (36.72% from 255) = 33.21%

R = 40%
G = 26.79%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#704B5D (or 0x704B5D) is known color: Cosmic. HEX triplet: 70, 4B and 5D. RGB value is (112,75,93). Sum of RGB (Red+Green+Blue) = 112+75+93=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #704B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B5D is #8FB4A2. Grayscale: #585858. Windows color (decimal): -9417891 or 6114160. OLE color: 6114160.

HSL color Cylindrical-coordinate representation of color #704B5D: hue angle of 330.81º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #704B5D is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 75 93 -
CMYK 0 0.33 0.17 0.56
HSL 330.81º 0.2% 0.37% -
HSV(B) 330.81º 0.33% 0.44% -
XYZ 11.17 9.27 11.56 -
YUV 88.12 130.76 145.04 -
System Red Green Blue C M Y K H S L
Decimal 112 75 93 0 0.33 0.17 0.56 330.81 0.2 0.37
Hex 70 4B 5D 0 21 11 38 14B 14 25
Octal 160 113 135 0 41 21 70 513 24 45
Binary 1110000 1001011 1011101 0 100001 10001 111000 101001011 10100 100101

Color Harmonies of #704B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B5D

Black with #704B5D

Text Example


Text Example

White with #704B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704B5D; }

 p { color: rgb(112,75,93); }

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

background-color css

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

 a { background-color: rgb(112,75,93); }

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

border-color css

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

 span { border-color: rgb(112,75,93); }

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