Html Css Color HEX #774865 Cosmic

📋 copy color: '#774865'

red 119 ◦ green 72 ◦ blue 101

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

Shades of Cosmic #774865

Tints of Cosmic #774865

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.66%

 BLUE value IS 101 (39.84% from 255) = 34.59%

R = 40.75%
G = 24.66%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#774865 (or 0x774865) is known color: Cosmic. HEX triplet: 77, 48 and 65. RGB value is (119,72,101). Sum of RGB (Red+Green+Blue) = 119+72+101=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #774865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774865 is #88B79A. Grayscale: #595959. Windows color (decimal): -8959899 or 6637687. OLE color: 6637687.

HSL color Cylindrical-coordinate representation of color #774865: hue angle of 322.98º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #774865 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 72 101 -
CMYK 0 0.39 0.15 0.53
HSL 322.98º 0.25% 0.37% -
HSV(B) 322.98º 0.39% 0.47% -
XYZ 12.27 9.5 13.5 -
YUV 89.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 119 72 101 0 0.39 0.15 0.53 322.98 0.25 0.37
Hex 77 48 65 0 27 F 35 143 19 25
Octal 167 110 145 0 47 17 65 503 31 45
Binary 1110111 1001000 1100101 0 100111 1111 110101 101000011 11001 100101

Color Harmonies of #774865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774865

Black with #774865

Text Example


Text Example

White with #774865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774865; }

 p { color: rgb(119,72,101); }

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

background-color css

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

 a { background-color: rgb(119,72,101); }

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

border-color css

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

 span { border-color: rgb(119,72,101); }

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