Html Css Color HEX #774665 Cosmic

📋 copy color: '#774665'

red 119 ◦ green 70 ◦ blue 101

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

Shades of Cosmic #774665

Tints of Cosmic #774665

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.14%

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

R = 41.03%
G = 24.14%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#774665 (or 0x774665) is known color: Cosmic. HEX triplet: 77, 46 and 65. RGB value is (119,70,101). Sum of RGB (Red+Green+Blue) = 119+70+101=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #774665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774665 is #88B99A. Grayscale: #585858. Windows color (decimal): -8960411 or 6637175. OLE color: 6637175.

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

Color convert

RGB 119 70 101 -
CMYK 0 0.41 0.15 0.53
HSL 322.04º 0.26% 0.37% -
HSV(B) 322.04º 0.41% 0.47% -
XYZ 12.15 9.24 13.46 -
YUV 88.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 119 70 101 0 0.41 0.15 0.53 322.04 0.26 0.37
Hex 77 46 65 0 29 F 35 142 1A 25
Octal 167 106 145 0 51 17 65 502 32 45
Binary 1110111 1000110 1100101 0 101001 1111 110101 101000010 11010 100101

Color Harmonies of #774665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774665

Black with #774665

Text Example


Text Example

White with #774665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774665; }

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

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

background-color css

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

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

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

border-color css

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

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

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