Html Css Color HEX #77516A Cosmic

📋 copy color: '#77516A'

red 119 ◦ green 81 ◦ blue 106

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

Shades of Cosmic #77516A

Tints of Cosmic #77516A

RGB

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

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

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

R = 38.89%
G = 26.47%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#77516A (or 0x77516A) is known color: Cosmic. HEX triplet: 77, 51 and 6A. RGB value is (119,81,106). Sum of RGB (Red+Green+Blue) = 119+81+106=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 119 - color contains mainly: red. Hex color #77516A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77516A is #88AE95. Grayscale: #5F5F5F. Windows color (decimal): -8957590 or 6967671. OLE color: 6967671.

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

Color convert

RGB 119 81 106 -
CMYK 0 0.32 0.11 0.53
HSL 320.53º 0.19% 0.39% -
HSV(B) 320.53º 0.32% 0.47% -
XYZ 13.15 10.85 15.04 -
YUV 95.21 134.09 144.97 -
System Red Green Blue C M Y K H S L
Decimal 119 81 106 0 0.32 0.11 0.53 320.53 0.19 0.39
Hex 77 51 6A 0 20 B 35 141 13 27
Octal 167 121 152 0 40 13 65 501 23 47
Binary 1110111 1010001 1101010 0 100000 1011 110101 101000001 10011 100111

Color Harmonies of #77516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77516A

Black with #77516A

Text Example


Text Example

White with #77516A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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