Html Css Color HEX #704965 Cosmic

📋 copy color: '#704965'

red 112 ◦ green 73 ◦ blue 101

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

Shades of Cosmic #704965

Tints of Cosmic #704965

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.52%

 BLUE value IS 101 (39.84% from 255) = 35.31%

R = 39.16%
G = 25.52%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#704965 (or 0x704965) is known color: Cosmic. HEX triplet: 70, 49 and 65. RGB value is (112,73,101). Sum of RGB (Red+Green+Blue) = 112+73+101=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #704965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704965 is #8FB69A. Grayscale: #575757. Windows color (decimal): -9418395 or 6637936. OLE color: 6637936.

HSL color Cylindrical-coordinate representation of color #704965: hue angle of 316.92º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #704965 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 73 101 -
CMYK 0 0.35 0.10 0.56
HSL 316.92º 0.21% 0.36% -
HSV(B) 316.92º 0.35% 0.44% -
XYZ 11.41 9.15 13.48 -
YUV 87.85 135.42 145.22 -
System Red Green Blue C M Y K H S L
Decimal 112 73 101 0 0.35 0.10 0.56 316.92 0.21 0.36
Hex 70 49 65 0 23 A 38 13D 15 24
Octal 160 111 145 0 43 12 70 475 25 44
Binary 1110000 1001001 1100101 0 100011 1010 111000 100111101 10101 100100

Color Harmonies of #704965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704965

Black with #704965

Text Example


Text Example

White with #704965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704965; }

 p { color: rgb(112,73,101); }

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

background-color css

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

 a { background-color: rgb(112,73,101); }

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

border-color css

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

 span { border-color: rgb(112,73,101); }

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