Html Css Color HEX #77456A Cosmic

📋 copy color: '#77456A'

red 119 ◦ green 69 ◦ blue 106

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

Shades of Cosmic #77456A

Tints of Cosmic #77456A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.05%

R = 40.48%
G = 23.47%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#77456A (or 0x77456A) is known color: Cosmic. HEX triplet: 77, 45 and 6A. RGB value is (119,69,106). Sum of RGB (Red+Green+Blue) = 119+69+106=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #77456A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77456A is #88BA95. Grayscale: #585858. Windows color (decimal): -8960662 or 6964599. OLE color: 6964599.

HSL color Cylindrical-coordinate representation of color #77456A: hue angle of 315.6º 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 #77456A is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 69 106 -
CMYK 0 0.42 0.11 0.53
HSL 315.6º 0.27% 0.37% -
HSV(B) 315.6º 0.42% 0.47% -
XYZ 12.34 9.22 14.76 -
YUV 88.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 119 69 106 0 0.42 0.11 0.53 315.6 0.27 0.37
Hex 77 45 6A 0 2A B 35 13C 1B 25
Octal 167 105 152 0 52 13 65 474 33 45
Binary 1110111 1000101 1101010 0 101010 1011 110101 100111100 11011 100101

Color Harmonies of #77456A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77456A

Black with #77456A

Text Example


Text Example

White with #77456A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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