Html Css Color HEX #704665 Cosmic

📋 copy color: '#704665'

red 112 ◦ green 70 ◦ blue 101

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

Shades of Cosmic #704665

Tints of Cosmic #704665

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.73%

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

R = 39.58%
G = 24.73%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#704665 (or 0x704665) is known color: Cosmic. HEX triplet: 70, 46 and 65. RGB value is (112,70,101). Sum of RGB (Red+Green+Blue) = 112+70+101=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #704665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704665 is #8FB99A. Grayscale: #565656. Windows color (decimal): -9419163 or 6637168. OLE color: 6637168.

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

Color convert

RGB 112 70 101 -
CMYK 0 0.38 0.10 0.56
HSL 315.71º 0.23% 0.36% -
HSV(B) 315.71º 0.38% 0.44% -
XYZ 11.22 8.76 13.41 -
YUV 86.09 136.41 146.48 -
System Red Green Blue C M Y K H S L
Decimal 112 70 101 0 0.38 0.10 0.56 315.71 0.23 0.36
Hex 70 46 65 0 26 A 38 13C 17 24
Octal 160 106 145 0 46 12 70 474 27 44
Binary 1110000 1000110 1100101 0 100110 1010 111000 100111100 10111 100100

Color Harmonies of #704665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704665

Black with #704665

Text Example


Text Example

White with #704665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704665; }

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

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

background-color css

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

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

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

border-color css

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

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

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