Html Css Color HEX #7F495C Cosmic

📋 copy color: '#7F495C'

red 127 ◦ green 73 ◦ blue 92

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

Shades of Cosmic #7F495C

Tints of Cosmic #7F495C

RGB

 RED value IS 127 (50% from 255) = 43.49%

 GREEN value IS 73 (28.91% from 255) = 25%

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

R = 43.49%
G = 25%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#7F495C (or 0x7F495C) is known color: Cosmic. HEX triplet: 7F, 49 and 5C. RGB value is (127,73,92). Sum of RGB (Red+Green+Blue) = 127+73+92=292 (38% of max value = 765). Red value is 127 (50% from 255 or 43.49% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 127 - color contains mainly: red. Hex color #7F495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F495C is #80B6A3. Grayscale: #5B5B5B. Windows color (decimal): -8435364 or 6048127. OLE color: 6048127.

HSL color Cylindrical-coordinate representation of color #7F495C: hue angle of 338.89º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F495C is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 73 92 -
CMYK 0 0.43 0.28 0.50
HSL 338.89º 0.27% 0.39% -
HSV(B) 338.89º 0.43% 0.5% -
XYZ 13.07 10.05 11.38 -
YUV 91.31 128.39 153.46 -
System Red Green Blue C M Y K H S L
Decimal 127 73 92 0 0.43 0.28 0.50 338.89 0.27 0.39
Hex 7F 49 5C 0 2B 1C 32 153 1B 27
Octal 177 111 134 0 53 34 62 523 33 47
Binary 1111111 1001001 1011100 0 101011 11100 110010 101010011 11011 100111

Color Harmonies of #7F495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F495C

Black with #7F495C

Text Example


Text Example

White with #7F495C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,73,92); }

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

background-color css

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

 a { background-color: rgb(127,73,92); }

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

border-color css

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

 span { border-color: rgb(127,73,92); }

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