Html Css Color HEX #77465F Cosmic

📋 copy color: '#77465F'

red 119 ◦ green 70 ◦ blue 95

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

Shades of Cosmic #77465F

Tints of Cosmic #77465F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.45%

R = 41.9%
G = 24.65%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#77465F (or 0x77465F) is known color: Cosmic. HEX triplet: 77, 46 and 5F. RGB value is (119,70,95). Sum of RGB (Red+Green+Blue) = 119+70+95=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #77465F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77465F is #88B9A0. Grayscale: #575757. Windows color (decimal): -8960417 or 6243959. OLE color: 6243959.

HSL color Cylindrical-coordinate representation of color #77465F: hue angle of 329.39º 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 #77465F is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 70 95 -
CMYK 0 0.41 0.20 0.53
HSL 329.39º 0.26% 0.37% -
HSV(B) 329.39º 0.41% 0.47% -
XYZ 11.86 9.13 11.96 -
YUV 87.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 119 70 95 0 0.41 0.20 0.53 329.39 0.26 0.37
Hex 77 46 5F 0 29 14 35 149 1A 25
Octal 167 106 137 0 51 24 65 511 32 45
Binary 1110111 1000110 1011111 0 101001 10100 110101 101001001 11010 100101

Color Harmonies of #77465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77465F

Black with #77465F

Text Example


Text Example

White with #77465F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77465F; }

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

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

background-color css

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

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

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

border-color css

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

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

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