Html Css Color HEX #77516B Cosmic

📋 copy color: '#77516B'

red 119 ◦ green 81 ◦ blue 107

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

Shades of Cosmic #77516B

Tints of Cosmic #77516B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.38%

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

R = 38.76%
G = 26.38%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#77516B (or 0x77516B) is known color: Cosmic. HEX triplet: 77, 51 and 6B. RGB value is (119,81,107). Sum of RGB (Red+Green+Blue) = 119+81+107=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 119 - color contains mainly: red. Hex color #77516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77516B is #88AE94. Grayscale: #5F5F5F. Windows color (decimal): -8957589 or 7033207. OLE color: 7033207.

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

Color convert

RGB 119 81 107 -
CMYK 0 0.32 0.10 0.53
HSL 318.95º 0.19% 0.39% -
HSV(B) 318.95º 0.32% 0.47% -
XYZ 13.2 10.87 15.31 -
YUV 95.33 134.59 144.89 -
System Red Green Blue C M Y K H S L
Decimal 119 81 107 0 0.32 0.10 0.53 318.95 0.19 0.39
Hex 77 51 6B 0 20 A 35 13F 13 27
Octal 167 121 153 0 40 12 65 477 23 47
Binary 1110111 1010001 1101011 0 100000 1010 110101 100111111 10011 100111

Color Harmonies of #77516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77516B

Black with #77516B

Text Example


Text Example

White with #77516B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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