Html Css Color HEX #7F5164 Cosmic

📋 copy color: '#7F5164'

red 127 ◦ green 81 ◦ blue 100

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

Shades of Cosmic #7F5164

Tints of Cosmic #7F5164

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.3%

 BLUE value IS 100 (39.45% from 255) = 32.47%

R = 41.23%
G = 26.3%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#7F5164 (or 0x7F5164) is known color: Cosmic. HEX triplet: 7F, 51 and 64. RGB value is (127,81,100). Sum of RGB (Red+Green+Blue) = 127+81+100=308 (40% of max value = 765). Red value is 127 (50% from 255 or 41.23% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5164 is #80AE9B. Grayscale: #606060. Windows color (decimal): -8433308 or 6574463. OLE color: 6574463.

HSL color Cylindrical-coordinate representation of color #7F5164: hue angle of 335.22º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7F5164 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 81 100 -
CMYK 0 0.36 0.21 0.50
HSL 335.22º 0.22% 0.41% -
HSV(B) 335.22º 0.36% 0.5% -
XYZ 14 11.32 13.5 -
YUV 96.92 129.74 149.46 -
System Red Green Blue C M Y K H S L
Decimal 127 81 100 0 0.36 0.21 0.50 335.22 0.22 0.41
Hex 7F 51 64 0 24 15 32 14F 16 29
Octal 177 121 144 0 44 25 62 517 26 51
Binary 1111111 1010001 1100100 0 100100 10101 110010 101001111 10110 101001

Color Harmonies of #7F5164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5164

Black with #7F5164

Text Example


Text Example

White with #7F5164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,81,100); }

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

background-color css

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

 a { background-color: rgb(127,81,100); }

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

border-color css

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

 span { border-color: rgb(127,81,100); }

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