Html Css Color HEX #7D5767 Cosmic

📋 copy color: '#7D5767'

red 125 ◦ green 87 ◦ blue 103

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

Shades of Cosmic #7D5767

Tints of Cosmic #7D5767

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.62%

 BLUE value IS 103 (40.63% from 255) = 32.7%

R = 39.68%
G = 27.62%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#7D5767 (or 0x7D5767) is known color: Cosmic. HEX triplet: 7D, 57 and 67. RGB value is (125,87,103). Sum of RGB (Red+Green+Blue) = 125+87+103=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5767 is #82A898. Grayscale: #646464. Windows color (decimal): -8562841 or 6772605. OLE color: 6772605.

HSL color Cylindrical-coordinate representation of color #7D5767: hue angle of 334.74º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D5767 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 87 103 -
CMYK 0 0.30 0.18 0.51
HSL 334.74º 0.18% 0.42% -
HSV(B) 334.74º 0.3% 0.49% -
XYZ 14.31 12.16 14.42 -
YUV 100.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 125 87 103 0 0.30 0.18 0.51 334.74 0.18 0.42
Hex 7D 57 67 0 1E 12 33 14F 12 2A
Octal 175 127 147 0 36 22 63 517 22 52
Binary 1111101 1010111 1100111 0 11110 10010 110011 101001111 10010 101010

Color Harmonies of #7D5767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5767

Black with #7D5767

Text Example


Text Example

White with #7D5767

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,87,103); }

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

background-color css

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

 a { background-color: rgb(125,87,103); }

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

border-color css

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

 span { border-color: rgb(125,87,103); }

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