Html Css Color HEX #704F5F Cosmic

📋 copy color: '#704F5F'

red 112 ◦ green 79 ◦ blue 95

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

Shades of Cosmic #704F5F

Tints of Cosmic #704F5F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.62%

 BLUE value IS 95 (37.5% from 255) = 33.22%

R = 39.16%
G = 27.62%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#704F5F (or 0x704F5F) is known color: Cosmic. HEX triplet: 70, 4F and 5F. RGB value is (112,79,95). Sum of RGB (Red+Green+Blue) = 112+79+95=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #704F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F5F is #8FB0A0. Grayscale: #5A5A5A. Windows color (decimal): -9416865 or 6246256. OLE color: 6246256.

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

Color convert

RGB 112 79 95 -
CMYK 0 0.29 0.15 0.56
HSL 330.91º 0.17% 0.37% -
HSV(B) 330.91º 0.29% 0.44% -
XYZ 11.54 9.86 12.12 -
YUV 90.69 130.43 143.2 -
System Red Green Blue C M Y K H S L
Decimal 112 79 95 0 0.29 0.15 0.56 330.91 0.17 0.37
Hex 70 4F 5F 0 1D F 38 14B 11 25
Octal 160 117 137 0 35 17 70 513 21 45
Binary 1110000 1001111 1011111 0 11101 1111 111000 101001011 10001 100101

Color Harmonies of #704F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F5F

Black with #704F5F

Text Example


Text Example

White with #704F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,79,95); }

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

background-color css

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

 a { background-color: rgb(112,79,95); }

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

border-color css

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

 span { border-color: rgb(112,79,95); }

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