Html Css Color HEX #774558 Cosmic

📋 copy color: '#774558'

red 119 ◦ green 69 ◦ blue 88

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

Shades of Cosmic #774558

Tints of Cosmic #774558

RGB

 RED value IS 119 (46.88% from 255) = 43.12%

 GREEN value IS 69 (27.34% from 255) = 25%

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

R = 43.12%
G = 25%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#774558 (or 0x774558) is known color: Cosmic. HEX triplet: 77, 45 and 58. RGB value is (119,69,88). Sum of RGB (Red+Green+Blue) = 119+69+88=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #774558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774558 is #88BAA7. Grayscale: #565656. Windows color (decimal): -8960680 or 5784951. OLE color: 5784951.

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

Color convert

RGB 119 69 88 -
CMYK 0 0.42 0.26 0.53
HSL 337.2º 0.27% 0.37% -
HSV(B) 337.2º 0.42% 0.47% -
XYZ 11.5 8.88 10.34 -
YUV 86.12 129.07 151.46 -
System Red Green Blue C M Y K H S L
Decimal 119 69 88 0 0.42 0.26 0.53 337.2 0.27 0.37
Hex 77 45 58 0 2A 1A 35 151 1B 25
Octal 167 105 130 0 52 32 65 521 33 45
Binary 1110111 1000101 1011000 0 101010 11010 110101 101010001 11011 100101

Color Harmonies of #774558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774558

Black with #774558

Text Example


Text Example

White with #774558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774558; }

 p { color: rgb(119,69,88); }

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

background-color css

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

 a { background-color: rgb(119,69,88); }

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

border-color css

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

 span { border-color: rgb(119,69,88); }

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