Html Css Color HEX #704C5C Cosmic

📋 copy color: '#704C5C'

red 112 ◦ green 76 ◦ blue 92

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

Shades of Cosmic #704C5C

Tints of Cosmic #704C5C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.14%

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

R = 40%
G = 27.14%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#704C5C (or 0x704C5C) is known color: Cosmic. HEX triplet: 70, 4C and 5C. RGB value is (112,76,92). Sum of RGB (Red+Green+Blue) = 112+76+92=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #704C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704C5C is #8FB3A3. Grayscale: #585858. Windows color (decimal): -9417636 or 6048880. OLE color: 6048880.

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

Color convert

RGB 112 76 92 -
CMYK 0 0.32 0.18 0.56
HSL 333.33º 0.19% 0.37% -
HSV(B) 333.33º 0.32% 0.44% -
XYZ 11.2 9.39 11.35 -
YUV 88.59 129.93 144.7 -
System Red Green Blue C M Y K H S L
Decimal 112 76 92 0 0.32 0.18 0.56 333.33 0.19 0.37
Hex 70 4C 5C 0 20 12 38 14D 13 25
Octal 160 114 134 0 40 22 70 515 23 45
Binary 1110000 1001100 1011100 0 100000 10010 111000 101001101 10011 100101

Color Harmonies of #704C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C5C

Black with #704C5C

Text Example


Text Example

White with #704C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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