Html Css Color HEX #774268 Cosmic

📋 copy color: '#774268'

red 119 ◦ green 66 ◦ blue 104

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

Shades of Cosmic #774268

Tints of Cosmic #774268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.99%

R = 41.18%
G = 22.84%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#774268 (or 0x774268) is known color: Cosmic. HEX triplet: 77, 42 and 68. RGB value is (119,66,104). Sum of RGB (Red+Green+Blue) = 119+66+104=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #774268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774268 is #88BD97. Grayscale: #565656. Windows color (decimal): -8961432 or 6832759. OLE color: 6832759.

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

Color convert

RGB 119 66 104 -
CMYK 0 0.45 0.13 0.53
HSL 316.98º 0.29% 0.36% -
HSV(B) 316.98º 0.45% 0.47% -
XYZ 12.05 8.82 14.16 -
YUV 86.18 138.06 151.41 -
System Red Green Blue C M Y K H S L
Decimal 119 66 104 0 0.45 0.13 0.53 316.98 0.29 0.36
Hex 77 42 68 0 2D D 35 13D 1D 24
Octal 167 102 150 0 55 15 65 475 35 44
Binary 1110111 1000010 1101000 0 101101 1101 110101 100111101 11101 100100

Color Harmonies of #774268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774268

Black with #774268

Text Example


Text Example

White with #774268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774268; }

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

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

background-color css

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

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

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

border-color css

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

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

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