Html Css Color HEX #774158 Cosmic

📋 copy color: '#774158'

red 119 ◦ green 65 ◦ blue 88

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

Shades of Cosmic #774158

Tints of Cosmic #774158

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.9%

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

R = 43.75%
G = 23.9%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#774158 (or 0x774158) is known color: Cosmic. HEX triplet: 77, 41 and 58. RGB value is (119,65,88). Sum of RGB (Red+Green+Blue) = 119+65+88=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #774158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774158 is #88BEA7. Grayscale: #535353. Windows color (decimal): -8961704 or 5783927. OLE color: 5783927.

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

Color convert

RGB 119 65 88 -
CMYK 0 0.45 0.26 0.53
HSL 334.44º 0.29% 0.36% -
HSV(B) 334.44º 0.45% 0.47% -
XYZ 11.26 8.41 10.26 -
YUV 83.77 130.39 153.13 -
System Red Green Blue C M Y K H S L
Decimal 119 65 88 0 0.45 0.26 0.53 334.44 0.29 0.36
Hex 77 41 58 0 2D 1A 35 14E 1D 24
Octal 167 101 130 0 55 32 65 516 35 44
Binary 1110111 1000001 1011000 0 101101 11010 110101 101001110 11101 100100

Color Harmonies of #774158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774158

Black with #774158

Text Example


Text Example

White with #774158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774158; }

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

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

background-color css

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

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

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

border-color css

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

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

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