Html Css Color HEX #77405C Cosmic

📋 copy color: '#77405C'

red 119 ◦ green 64 ◦ blue 92

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

Shades of Cosmic #77405C

Tints of Cosmic #77405C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.45%

R = 43.27%
G = 23.27%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#77405C (or 0x77405C) is known color: Cosmic. HEX triplet: 77, 40 and 5C. RGB value is (119,64,92). Sum of RGB (Red+Green+Blue) = 119+64+92=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #77405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77405C is #88BFA3. Grayscale: #535353. Windows color (decimal): -8961956 or 6045815. OLE color: 6045815.

HSL color Cylindrical-coordinate representation of color #77405C: hue angle of 329.45º 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 #77405C is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 64 92 -
CMYK 0 0.46 0.23 0.53
HSL 329.45º 0.3% 0.36% -
HSV(B) 329.45º 0.46% 0.47% -
XYZ 11.37 8.36 11.14 -
YUV 83.64 132.72 153.22 -
System Red Green Blue C M Y K H S L
Decimal 119 64 92 0 0.46 0.23 0.53 329.45 0.3 0.36
Hex 77 40 5C 0 2E 17 35 149 1E 24
Octal 167 100 134 0 56 27 65 511 36 44
Binary 1110111 1000000 1011100 0 101110 10111 110101 101001001 11110 100100

Color Harmonies of #77405C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77405C

Black with #77405C

Text Example


Text Example

White with #77405C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77405C; }

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

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

background-color css

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

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

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

border-color css

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

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

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