Html Css Color HEX #77535D Cosmic

📋 copy color: '#77535D'

red 119 ◦ green 83 ◦ blue 93

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

Shades of Cosmic #77535D

Tints of Cosmic #77535D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.14%

 BLUE value IS 93 (36.72% from 255) = 31.53%

R = 40.34%
G = 28.14%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#77535D (or 0x77535D) is known color: Cosmic. HEX triplet: 77, 53 and 5D. RGB value is (119,83,93). Sum of RGB (Red+Green+Blue) = 119+83+93=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #77535D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77535D is #88ACA2. Grayscale: #5E5E5E. Windows color (decimal): -8957091 or 6116215. OLE color: 6116215.

HSL color Cylindrical-coordinate representation of color #77535D: hue angle of 343.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77535D is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 83 93 -
CMYK 0 0.30 0.22 0.53
HSL 343.33º 0.18% 0.4% -
HSV(B) 343.33º 0.3% 0.47% -
XYZ 12.68 10.9 11.79 -
YUV 94.9 126.93 145.19 -
System Red Green Blue C M Y K H S L
Decimal 119 83 93 0 0.30 0.22 0.53 343.33 0.18 0.4
Hex 77 53 5D 0 1E 16 35 157 12 28
Octal 167 123 135 0 36 26 65 527 22 50
Binary 1110111 1010011 1011101 0 11110 10110 110101 101010111 10010 101000

Color Harmonies of #77535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77535D

Black with #77535D

Text Example


Text Example

White with #77535D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77535D; }

 p { color: rgb(119,83,93); }

 H1.HeaderClassName
 {
   color: #77535D;
 }
 .AnyTagClassName
 {
   color: #77535D;
 }
</style>

background-color css

<style>
 a { background-color: #77535D; }

 a { background-color: rgb(119,83,93); }

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

border-color css

<style>
 span { border-color: #77535D; }

 span { border-color: rgb(119,83,93); }

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