Html Css Color HEX #704B5C Cosmic

📋 copy color: '#704B5C'

red 112 ◦ green 75 ◦ blue 92

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

Shades of Cosmic #704B5C

Tints of Cosmic #704B5C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.88%

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

R = 40.14%
G = 26.88%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#704B5C (or 0x704B5C) is known color: Cosmic. HEX triplet: 70, 4B and 5C. RGB value is (112,75,92). Sum of RGB (Red+Green+Blue) = 112+75+92=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #704B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B5C is #8FB4A3. Grayscale: #575757. Windows color (decimal): -9417892 or 6048624. OLE color: 6048624.

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

Color convert

RGB 112 75 92 -
CMYK 0 0.33 0.18 0.56
HSL 332.43º 0.2% 0.37% -
HSV(B) 332.43º 0.33% 0.44% -
XYZ 11.13 9.25 11.32 -
YUV 88 130.26 145.12 -
System Red Green Blue C M Y K H S L
Decimal 112 75 92 0 0.33 0.18 0.56 332.43 0.2 0.37
Hex 70 4B 5C 0 21 12 38 14C 14 25
Octal 160 113 134 0 41 22 70 514 24 45
Binary 1110000 1001011 1011100 0 100001 10010 111000 101001100 10100 100101

Color Harmonies of #704B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B5C

Black with #704B5C

Text Example


Text Example

White with #704B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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