Html Css Color HEX #774068 Cosmic

📋 copy color: '#774068'

red 119 ◦ green 64 ◦ blue 104

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

Shades of Cosmic #774068

Tints of Cosmic #774068

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.3%

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

R = 41.46%
G = 22.3%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#774068 (or 0x774068) is known color: Cosmic. HEX triplet: 77, 40 and 68. RGB value is (119,64,104). Sum of RGB (Red+Green+Blue) = 119+64+104=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #774068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774068 is #88BF97. Grayscale: #545454. Windows color (decimal): -8961944 or 6832247. OLE color: 6832247.

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

Color convert

RGB 119 64 104 -
CMYK 0 0.46 0.13 0.53
HSL 316.36º 0.3% 0.36% -
HSV(B) 316.36º 0.46% 0.47% -
XYZ 11.94 8.59 14.13 -
YUV 85.01 138.72 152.25 -
System Red Green Blue C M Y K H S L
Decimal 119 64 104 0 0.46 0.13 0.53 316.36 0.3 0.36
Hex 77 40 68 0 2E D 35 13C 1E 24
Octal 167 100 150 0 56 15 65 474 36 44
Binary 1110111 1000000 1101000 0 101110 1101 110101 100111100 11110 100100

Color Harmonies of #774068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774068

Black with #774068

Text Example


Text Example

White with #774068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774068; }

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

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

background-color css

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

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

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

border-color css

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

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

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