Html Css Color HEX #77536B Cosmic

📋 copy color: '#77536B'

red 119 ◦ green 83 ◦ blue 107

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

Shades of Cosmic #77536B

Tints of Cosmic #77536B

RGB

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

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

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

R = 38.51%
G = 26.86%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#77536B (or 0x77536B) is known color: Cosmic. HEX triplet: 77, 53 and 6B. RGB value is (119,83,107). Sum of RGB (Red+Green+Blue) = 119+83+107=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 119 - color contains mainly: red. Hex color #77536B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77536B is #88AC94. Grayscale: #606060. Windows color (decimal): -8957077 or 7033719. OLE color: 7033719.

HSL color Cylindrical-coordinate representation of color #77536B: hue angle of 320º 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 #77536B is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 83 107 -
CMYK 0 0.30 0.10 0.53
HSL 320º 0.18% 0.4% -
HSV(B) 320º 0.3% 0.47% -
XYZ 13.35 11.17 15.36 -
YUV 96.5 133.93 144.05 -
System Red Green Blue C M Y K H S L
Decimal 119 83 107 0 0.30 0.10 0.53 320 0.18 0.4
Hex 77 53 6B 0 1E A 35 140 12 28
Octal 167 123 153 0 36 12 65 500 22 50
Binary 1110111 1010011 1101011 0 11110 1010 110101 101000000 10010 101000

Color Harmonies of #77536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77536B

Black with #77536B

Text Example


Text Example

White with #77536B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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