Html Css Color HEX #77526B Cosmic

📋 copy color: '#77526B'

red 119 ◦ green 82 ◦ blue 107

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

Shades of Cosmic #77526B

Tints of Cosmic #77526B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.62%

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

R = 38.64%
G = 26.62%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#77526B (or 0x77526B) is known color: Cosmic. HEX triplet: 77, 52 and 6B. RGB value is (119,82,107). Sum of RGB (Red+Green+Blue) = 119+82+107=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #77526B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77526B is #88AD94. Grayscale: #5F5F5F. Windows color (decimal): -8957333 or 7033463. OLE color: 7033463.

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

Color convert

RGB 119 82 107 -
CMYK 0 0.31 0.10 0.53
HSL 319.46º 0.18% 0.39% -
HSV(B) 319.46º 0.31% 0.47% -
XYZ 13.28 11.02 15.34 -
YUV 95.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 119 82 107 0 0.31 0.10 0.53 319.46 0.18 0.39
Hex 77 52 6B 0 1F A 35 13F 12 27
Octal 167 122 153 0 37 12 65 477 22 47
Binary 1110111 1010010 1101011 0 11111 1010 110101 100111111 10010 100111

Color Harmonies of #77526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77526B

Black with #77526B

Text Example


Text Example

White with #77526B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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