Html Css Color HEX #704B63 Cosmic

📋 copy color: '#704B63'

red 112 ◦ green 75 ◦ blue 99

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

Shades of Cosmic #704B63

Tints of Cosmic #704B63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.62%

R = 39.16%
G = 26.22%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#704B63 (or 0x704B63) is known color: Cosmic. HEX triplet: 70, 4B and 63. RGB value is (112,75,99). Sum of RGB (Red+Green+Blue) = 112+75+99=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #704B63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B63 is #8FB49C. Grayscale: #585858. Windows color (decimal): -9417885 or 6507376. OLE color: 6507376.

HSL color Cylindrical-coordinate representation of color #704B63: hue angle of 321.08º 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 #704B63 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 75 99 -
CMYK 0 0.33 0.12 0.56
HSL 321.08º 0.2% 0.37% -
HSV(B) 321.08º 0.33% 0.44% -
XYZ 11.45 9.38 13.01 -
YUV 88.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 112 75 99 0 0.33 0.12 0.56 321.08 0.2 0.37
Hex 70 4B 63 0 21 C 38 141 14 25
Octal 160 113 143 0 41 14 70 501 24 45
Binary 1110000 1001011 1100011 0 100001 1100 111000 101000001 10100 100101

Color Harmonies of #704B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B63

Black with #704B63

Text Example


Text Example

White with #704B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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