Html Css Color HEX #7D525C Cosmic

📋 copy color: '#7D525C'

red 125 ◦ green 82 ◦ blue 92

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

Shades of Cosmic #7D525C

Tints of Cosmic #7D525C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.77%

R = 41.81%
G = 27.42%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7D525C (or 0x7D525C) is known color: Cosmic. HEX triplet: 7D, 52 and 5C. RGB value is (125,82,92). Sum of RGB (Red+Green+Blue) = 125+82+92=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 125 - color contains mainly: red. Hex color #7D525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D525C is #82ADA3. Grayscale: #606060. Windows color (decimal): -8564132 or 6050429. OLE color: 6050429.

HSL color Cylindrical-coordinate representation of color #7D525C: hue angle of 346.05º 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 #7D525C is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 82 92 -
CMYK 0 0.34 0.26 0.51
HSL 346.05º 0.21% 0.41% -
HSV(B) 346.05º 0.34% 0.49% -
XYZ 13.41 11.17 11.57 -
YUV 96 125.75 148.69 -
System Red Green Blue C M Y K H S L
Decimal 125 82 92 0 0.34 0.26 0.51 346.05 0.21 0.41
Hex 7D 52 5C 0 22 1A 33 15A 15 29
Octal 175 122 134 0 42 32 63 532 25 51
Binary 1111101 1010010 1011100 0 100010 11010 110011 101011010 10101 101001

Color Harmonies of #7D525C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D525C

Black with #7D525C

Text Example


Text Example

White with #7D525C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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