Html Css Color HEX #7F5867 Cosmic

📋 copy color: '#7F5867'

red 127 ◦ green 88 ◦ blue 103

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

Shades of Cosmic #7F5867

Tints of Cosmic #7F5867

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.67%

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

R = 39.94%
G = 27.67%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#7F5867 (or 0x7F5867) is known color: Cosmic. HEX triplet: 7F, 58 and 67. RGB value is (127,88,103). Sum of RGB (Red+Green+Blue) = 127+88+103=318 (42% of max value = 765). Red value is 127 (50% from 255 or 39.94% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5867 is #80A798. Grayscale: #656565. Windows color (decimal): -8431513 or 6772863. OLE color: 6772863.

HSL color Cylindrical-coordinate representation of color #7F5867: hue angle of 336.92º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F5867 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 88 103 -
CMYK 0 0.31 0.19 0.50
HSL 336.92º 0.18% 0.42% -
HSV(B) 336.92º 0.31% 0.5% -
XYZ 14.69 12.47 14.46 -
YUV 101.37 128.92 146.28 -
System Red Green Blue C M Y K H S L
Decimal 127 88 103 0 0.31 0.19 0.50 336.92 0.18 0.42
Hex 7F 58 67 0 1F 13 32 151 12 2A
Octal 177 130 147 0 37 23 62 521 22 52
Binary 1111111 1011000 1100111 0 11111 10011 110010 101010001 10010 101010

Color Harmonies of #7F5867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5867

Black with #7F5867

Text Example


Text Example

White with #7F5867

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,88,103); }

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

background-color css

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

 a { background-color: rgb(127,88,103); }

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

border-color css

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

 span { border-color: rgb(127,88,103); }

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