Html Css Color HEX #7B525E Cosmic

📋 copy color: '#7B525E'

red 123 ◦ green 82 ◦ blue 94

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

Shades of Cosmic #7B525E

Tints of Cosmic #7B525E

RGB

 RED value IS 123 (48.44% from 255) = 41.14%

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

 BLUE value IS 94 (37.11% from 255) = 31.44%

R = 41.14%
G = 27.42%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#7B525E (or 0x7B525E) is known color: Cosmic. HEX triplet: 7B, 52 and 5E. RGB value is (123,82,94). Sum of RGB (Red+Green+Blue) = 123+82+94=299 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.14% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 123 - color contains mainly: red. Hex color #7B525E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B525E is #84ADA1. Grayscale: #5F5F5F. Windows color (decimal): -8695202 or 6181499. OLE color: 6181499.

HSL color Cylindrical-coordinate representation of color #7B525E: hue angle of 342.44º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B525E is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 82 94 -
CMYK 0 0.33 0.24 0.52
HSL 342.44º 0.2% 0.4% -
HSV(B) 342.44º 0.33% 0.48% -
XYZ 13.21 11.05 12.03 -
YUV 95.63 127.08 147.52 -
System Red Green Blue C M Y K H S L
Decimal 123 82 94 0 0.33 0.24 0.52 342.44 0.2 0.4
Hex 7B 52 5E 0 21 18 34 156 14 28
Octal 173 122 136 0 41 30 64 526 24 50
Binary 1111011 1010010 1011110 0 100001 11000 110100 101010110 10100 101000

Color Harmonies of #7B525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B525E

Black with #7B525E

Text Example


Text Example

White with #7B525E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B525E; }

 p { color: rgb(123,82,94); }

 H1.HeaderClassName
 {
   color: #7B525E;
 }
 .AnyTagClassName
 {
   color: #7B525E;
 }
</style>

background-color css

<style>
 a { background-color: #7B525E; }

 a { background-color: rgb(123,82,94); }

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

border-color css

<style>
 span { border-color: #7B525E; }

 span { border-color: rgb(123,82,94); }

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