Html Css Color HEX #7D525B Cosmic

📋 copy color: '#7D525B'

red 125 ◦ green 82 ◦ blue 91

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

Shades of Cosmic #7D525B

Tints of Cosmic #7D525B

RGB

 RED value IS 125 (49.22% from 255) = 41.95%

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

 BLUE value IS 91 (35.94% from 255) = 30.54%

R = 41.95%
G = 27.52%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7D525B (or 0x7D525B) is known color: Cosmic. HEX triplet: 7D, 52 and 5B. RGB value is (125,82,91). Sum of RGB (Red+Green+Blue) = 125+82+91=298 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.95% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 125 - color contains mainly: red. Hex color #7D525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D525B is #82ADA4. Grayscale: #5F5F5F. Windows color (decimal): -8564133 or 5984893. OLE color: 5984893.

HSL color Cylindrical-coordinate representation of color #7D525B: hue angle of 347.44º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D525B is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 82 91 -
CMYK 0 0.34 0.27 0.51
HSL 347.44º 0.21% 0.41% -
HSV(B) 347.44º 0.34% 0.49% -
XYZ 13.36 11.15 11.35 -
YUV 95.88 125.25 148.77 -
System Red Green Blue C M Y K H S L
Decimal 125 82 91 0 0.34 0.27 0.51 347.44 0.21 0.41
Hex 7D 52 5B 0 22 1B 33 15B 15 29
Octal 175 122 133 0 42 33 63 533 25 51
Binary 1111101 1010010 1011011 0 100010 11011 110011 101011011 10101 101001

Color Harmonies of #7D525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D525B

Black with #7D525B

Text Example


Text Example

White with #7D525B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,82,91); }

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

background-color css

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

 a { background-color: rgb(125,82,91); }

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

border-color css

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

 span { border-color: rgb(125,82,91); }

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