Html Css Color HEX #704A5E Cosmic

📋 copy color: '#704A5E'

red 112 ◦ green 74 ◦ blue 94

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

Shades of Cosmic #704A5E

Tints of Cosmic #704A5E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.43%

 BLUE value IS 94 (37.11% from 255) = 33.57%

R = 40%
G = 26.43%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#704A5E (or 0x704A5E) is known color: Cosmic. HEX triplet: 70, 4A and 5E. RGB value is (112,74,94). Sum of RGB (Red+Green+Blue) = 112+74+94=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #704A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704A5E is #8FB5A1. Grayscale: #575757. Windows color (decimal): -9418146 or 6179440. OLE color: 6179440.

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

Color convert

RGB 112 74 94 -
CMYK 0 0.34 0.16 0.56
HSL 328.42º 0.2% 0.36% -
HSV(B) 328.42º 0.34% 0.44% -
XYZ 11.15 9.15 11.77 -
YUV 87.64 131.59 145.37 -
System Red Green Blue C M Y K H S L
Decimal 112 74 94 0 0.34 0.16 0.56 328.42 0.2 0.36
Hex 70 4A 5E 0 22 10 38 148 14 24
Octal 160 112 136 0 42 20 70 510 24 44
Binary 1110000 1001010 1011110 0 100010 10000 111000 101001000 10100 100100

Color Harmonies of #704A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704A5E

Black with #704A5E

Text Example


Text Example

White with #704A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,74,94); }

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

background-color css

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

 a { background-color: rgb(112,74,94); }

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

border-color css

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

 span { border-color: rgb(112,74,94); }

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