Html Css Color HEX #774266 Cosmic

📋 copy color: '#774266'

red 119 ◦ green 66 ◦ blue 102

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

Shades of Cosmic #774266

Tints of Cosmic #774266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.54%

R = 41.46%
G = 23%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#774266 (or 0x774266) is known color: Cosmic. HEX triplet: 77, 42 and 66. RGB value is (119,66,102). Sum of RGB (Red+Green+Blue) = 119+66+102=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #774266 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774266 is #88BD99. Grayscale: #555555. Windows color (decimal): -8961434 or 6701687. OLE color: 6701687.

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

Color convert

RGB 119 66 102 -
CMYK 0 0.45 0.14 0.53
HSL 319.25º 0.29% 0.36% -
HSV(B) 319.25º 0.45% 0.47% -
XYZ 11.95 8.78 13.63 -
YUV 85.95 137.06 151.57 -
System Red Green Blue C M Y K H S L
Decimal 119 66 102 0 0.45 0.14 0.53 319.25 0.29 0.36
Hex 77 42 66 0 2D E 35 13F 1D 24
Octal 167 102 146 0 55 16 65 477 35 44
Binary 1110111 1000010 1100110 0 101101 1110 110101 100111111 11101 100100

Color Harmonies of #774266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774266

Black with #774266

Text Example


Text Example

White with #774266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774266; }

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

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

background-color css

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

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

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

border-color css

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

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

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