Html Css Color HEX #77465E Cosmic

📋 copy color: '#77465E'

red 119 ◦ green 70 ◦ blue 94

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

Shades of Cosmic #77465E

Tints of Cosmic #77465E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.22%

R = 42.05%
G = 24.73%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#77465E (or 0x77465E) is known color: Cosmic. HEX triplet: 77, 46 and 5E. RGB value is (119,70,94). Sum of RGB (Red+Green+Blue) = 119+70+94=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #77465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77465E is #88B9A1. Grayscale: #575757. Windows color (decimal): -8960418 or 6178423. OLE color: 6178423.

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

Color convert

RGB 119 70 94 -
CMYK 0 0.41 0.21 0.53
HSL 330.61º 0.26% 0.37% -
HSV(B) 330.61º 0.41% 0.47% -
XYZ 11.82 9.11 11.73 -
YUV 87.39 131.73 150.55 -
System Red Green Blue C M Y K H S L
Decimal 119 70 94 0 0.41 0.21 0.53 330.61 0.26 0.37
Hex 77 46 5E 0 29 15 35 14B 1A 25
Octal 167 106 136 0 51 25 65 513 32 45
Binary 1110111 1000110 1011110 0 101001 10101 110101 101001011 11010 100101

Color Harmonies of #77465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77465E

Black with #77465E

Text Example


Text Example

White with #77465E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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