Html Css Color HEX #784058 Cosmic

📋 copy color: '#784058'

red 120 ◦ green 64 ◦ blue 88

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

Shades of Cosmic #784058

Tints of Cosmic #784058

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.53%

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

R = 44.12%
G = 23.53%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#784058 (or 0x784058) is known color: Cosmic. HEX triplet: 78, 40 and 58. RGB value is (120,64,88). Sum of RGB (Red+Green+Blue) = 120+64+88=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #784058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784058 is #87BFA7. Grayscale: #535353. Windows color (decimal): -8896424 or 5783672. OLE color: 5783672.

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

Color convert

RGB 120 64 88 -
CMYK 0 0.47 0.27 0.53
HSL 334.29º 0.3% 0.36% -
HSV(B) 334.29º 0.47% 0.47% -
XYZ 11.34 8.36 10.25 -
YUV 83.48 130.55 154.05 -
System Red Green Blue C M Y K H S L
Decimal 120 64 88 0 0.47 0.27 0.53 334.29 0.3 0.36
Hex 78 40 58 0 2F 1B 35 14E 1E 24
Octal 170 100 130 0 57 33 65 516 36 44
Binary 1111000 1000000 1011000 0 101111 11011 110101 101001110 11110 100100

Color Harmonies of #784058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784058

Black with #784058

Text Example


Text Example

White with #784058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784058; }

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

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

background-color css

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

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

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

border-color css

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

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

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