Html Css Color HEX #7F506C Cosmic

📋 copy color: '#7F506C'

red 127 ◦ green 80 ◦ blue 108

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

Shades of Cosmic #7F506C

Tints of Cosmic #7F506C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.4%

 BLUE value IS 108 (42.58% from 255) = 34.29%

R = 40.32%
G = 25.4%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#7F506C (or 0x7F506C) is known color: Cosmic. HEX triplet: 7F, 50 and 6C. RGB value is (127,80,108). Sum of RGB (Red+Green+Blue) = 127+80+108=315 (41% of max value = 765). Red value is 127 (50% from 255 or 40.32% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 127 - color contains mainly: red. Hex color #7F506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F506C is #80AF93. Grayscale: #616161. Windows color (decimal): -8433556 or 7098495. OLE color: 7098495.

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

Color convert

RGB 127 80 108 -
CMYK 0 0.37 0.15 0.50
HSL 324.26º 0.23% 0.41% -
HSV(B) 324.26º 0.37% 0.5% -
XYZ 14.33 11.33 15.62 -
YUV 97.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 127 80 108 0 0.37 0.15 0.50 324.26 0.23 0.41
Hex 7F 50 6C 0 25 F 32 144 17 29
Octal 177 120 154 0 45 17 62 504 27 51
Binary 1111111 1010000 1101100 0 100101 1111 110010 101000100 10111 101001

Color Harmonies of #7F506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F506C

Black with #7F506C

Text Example


Text Example

White with #7F506C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,80,108); }

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

background-color css

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

 a { background-color: rgb(127,80,108); }

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

border-color css

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

 span { border-color: rgb(127,80,108); }

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