Html Css Color HEX #774458 Cosmic

📋 copy color: '#774458'

red 119 ◦ green 68 ◦ blue 88

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

Shades of Cosmic #774458

Tints of Cosmic #774458

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.73%

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

R = 43.27%
G = 24.73%
B = 32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#774458 (or 0x774458) is known color: Cosmic. HEX triplet: 77, 44 and 58. RGB value is (119,68,88). Sum of RGB (Red+Green+Blue) = 119+68+88=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #774458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774458 is #88BBA7. Grayscale: #555555. Windows color (decimal): -8960936 or 5784695. OLE color: 5784695.

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

Color convert

RGB 119 68 88 -
CMYK 0 0.43 0.26 0.53
HSL 336.47º 0.27% 0.37% -
HSV(B) 336.47º 0.43% 0.47% -
XYZ 11.44 8.76 10.32 -
YUV 85.53 129.4 151.87 -
System Red Green Blue C M Y K H S L
Decimal 119 68 88 0 0.43 0.26 0.53 336.47 0.27 0.37
Hex 77 44 58 0 2B 1A 35 150 1B 25
Octal 167 104 130 0 53 32 65 520 33 45
Binary 1110111 1000100 1011000 0 101011 11010 110101 101010000 11011 100101

Color Harmonies of #774458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774458

Black with #774458

Text Example


Text Example

White with #774458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774458; }

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

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

background-color css

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

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

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

border-color css

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

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

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