Html Css Color HEX #7F5365 Cosmic

📋 copy color: '#7F5365'

red 127 ◦ green 83 ◦ blue 101

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

Shades of Cosmic #7F5365

Tints of Cosmic #7F5365

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.69%

 BLUE value IS 101 (39.84% from 255) = 32.48%

R = 40.84%
G = 26.69%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#7F5365 (or 0x7F5365) is known color: Cosmic. HEX triplet: 7F, 53 and 65. RGB value is (127,83,101). Sum of RGB (Red+Green+Blue) = 127+83+101=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5365 is #80AC9A. Grayscale: #626262. Windows color (decimal): -8432795 or 6640511. OLE color: 6640511.

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

Color convert

RGB 127 83 101 -
CMYK 0 0.35 0.20 0.50
HSL 335.45º 0.21% 0.41% -
HSV(B) 335.45º 0.35% 0.5% -
XYZ 14.19 11.64 13.81 -
YUV 98.21 129.58 148.54 -
System Red Green Blue C M Y K H S L
Decimal 127 83 101 0 0.35 0.20 0.50 335.45 0.21 0.41
Hex 7F 53 65 0 23 14 32 14F 15 29
Octal 177 123 145 0 43 24 62 517 25 51
Binary 1111111 1010011 1100101 0 100011 10100 110010 101001111 10101 101001

Color Harmonies of #7F5365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5365

Black with #7F5365

Text Example


Text Example

White with #7F5365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,83,101); }

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

background-color css

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

 a { background-color: rgb(127,83,101); }

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

border-color css

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

 span { border-color: rgb(127,83,101); }

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