Html Css Color HEX #77456B Cosmic

📋 copy color: '#77456B'

red 119 ◦ green 69 ◦ blue 107

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

Shades of Cosmic #77456B

Tints of Cosmic #77456B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.39%

 BLUE value IS 107 (42.19% from 255) = 36.27%

R = 40.34%
G = 23.39%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#77456B (or 0x77456B) is known color: Cosmic. HEX triplet: 77, 45 and 6B. RGB value is (119,69,107). Sum of RGB (Red+Green+Blue) = 119+69+107=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #77456B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77456B is #88BA94. Grayscale: #585858. Windows color (decimal): -8960661 or 7030135. OLE color: 7030135.

HSL color Cylindrical-coordinate representation of color #77456B: hue angle of 314.4º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77456B is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 69 107 -
CMYK 0 0.42 0.10 0.53
HSL 314.4º 0.27% 0.37% -
HSV(B) 314.4º 0.42% 0.47% -
XYZ 12.39 9.24 15.04 -
YUV 88.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 119 69 107 0 0.42 0.10 0.53 314.4 0.27 0.37
Hex 77 45 6B 0 2A A 35 13A 1B 25
Octal 167 105 153 0 52 12 65 472 33 45
Binary 1110111 1000101 1101011 0 101010 1010 110101 100111010 11011 100101

Color Harmonies of #77456B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77456B

Black with #77456B

Text Example


Text Example

White with #77456B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77456B; }

 p { color: rgb(119,69,107); }

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

background-color css

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

 a { background-color: rgb(119,69,107); }

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

border-color css

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

 span { border-color: rgb(119,69,107); }

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