Html Css Color HEX #704F5C Cosmic

📋 copy color: '#704F5C'

red 112 ◦ green 79 ◦ blue 92

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

Shades of Cosmic #704F5C

Tints of Cosmic #704F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.51%

R = 39.58%
G = 27.92%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#704F5C (or 0x704F5C) is known color: Cosmic. HEX triplet: 70, 4F and 5C. RGB value is (112,79,92). Sum of RGB (Red+Green+Blue) = 112+79+92=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #704F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F5C is #8FB0A3. Grayscale: #5A5A5A. Windows color (decimal): -9416868 or 6049648. OLE color: 6049648.

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

Color convert

RGB 112 79 92 -
CMYK 0 0.29 0.18 0.56
HSL 336.36º 0.17% 0.37% -
HSV(B) 336.36º 0.29% 0.44% -
XYZ 11.41 9.81 11.42 -
YUV 90.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 112 79 92 0 0.29 0.18 0.56 336.36 0.17 0.37
Hex 70 4F 5C 0 1D 12 38 150 11 25
Octal 160 117 134 0 35 22 70 520 21 45
Binary 1110000 1001111 1011100 0 11101 10010 111000 101010000 10001 100101

Color Harmonies of #704F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F5C

Black with #704F5C

Text Example


Text Example

White with #704F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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