Html Css Color HEX #774258 Cosmic

📋 copy color: '#774258'

red 119 ◦ green 66 ◦ blue 88

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

Shades of Cosmic #774258

Tints of Cosmic #774258

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.18%

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

R = 43.59%
G = 24.18%
B = 32.23%

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

#774258 (or 0x774258) is known color: Cosmic. HEX triplet: 77, 42 and 58. RGB value is (119,66,88). Sum of RGB (Red+Green+Blue) = 119+66+88=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #774258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774258 is #88BDA7. Grayscale: #545454. Windows color (decimal): -8961448 or 5784183. OLE color: 5784183.

HSL color Cylindrical-coordinate representation of color #774258: hue angle of 335.09º 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 #774258 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 66 88 -
CMYK 0 0.45 0.26 0.53
HSL 335.09º 0.29% 0.36% -
HSV(B) 335.09º 0.45% 0.47% -
XYZ 11.32 8.52 10.28 -
YUV 84.36 130.06 152.71 -
System Red Green Blue C M Y K H S L
Decimal 119 66 88 0 0.45 0.26 0.53 335.09 0.29 0.36
Hex 77 42 58 0 2D 1A 35 14F 1D 24
Octal 167 102 130 0 55 32 65 517 35 44
Binary 1110111 1000010 1011000 0 101101 11010 110101 101001111 11101 100100

Color Harmonies of #774258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774258

Black with #774258

Text Example


Text Example

White with #774258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774258; }

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

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

background-color css

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

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

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

border-color css

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

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

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