Html Css Color HEX #784F58 Cosmic

📋 copy color: '#784F58'

red 120 ◦ green 79 ◦ blue 88

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

Shades of Cosmic #784F58

Tints of Cosmic #784F58

RGB

 RED value IS 120 (47.27% from 255) = 41.81%

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

 BLUE value IS 88 (34.77% from 255) = 30.66%

R = 41.81%
G = 27.53%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#784F58 (or 0x784F58) is known color: Cosmic. HEX triplet: 78, 4F and 58. RGB value is (120,79,88). Sum of RGB (Red+Green+Blue) = 120+79+88=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 120 - color contains mainly: red. Hex color #784F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784F58 is #87B0A7. Grayscale: #5C5C5C. Windows color (decimal): -8892584 or 5787512. OLE color: 5787512.

HSL color Cylindrical-coordinate representation of color #784F58: hue angle of 346.83º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #784F58 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 79 88 -
CMYK 0 0.34 0.27 0.53
HSL 346.83º 0.21% 0.39% -
HSV(B) 346.83º 0.34% 0.47% -
XYZ 12.3 10.29 10.57 -
YUV 92.29 125.58 147.77 -
System Red Green Blue C M Y K H S L
Decimal 120 79 88 0 0.34 0.27 0.53 346.83 0.21 0.39
Hex 78 4F 58 0 22 1B 35 15B 15 27
Octal 170 117 130 0 42 33 65 533 25 47
Binary 1111000 1001111 1011000 0 100010 11011 110101 101011011 10101 100111

Color Harmonies of #784F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784F58

Black with #784F58

Text Example


Text Example

White with #784F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784F58; }

 p { color: rgb(120,79,88); }

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

background-color css

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

 a { background-color: rgb(120,79,88); }

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

border-color css

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

 span { border-color: rgb(120,79,88); }

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