Html Css Color HEX #7F465E Cosmic

📋 copy color: '#7F465E'

red 127 ◦ green 70 ◦ blue 94

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

Shades of Cosmic #7F465E

Tints of Cosmic #7F465E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.05%

 BLUE value IS 94 (37.11% from 255) = 32.3%

R = 43.64%
G = 24.05%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#7F465E (or 0x7F465E) is known color: Cosmic. HEX triplet: 7F, 46 and 5E. RGB value is (127,70,94). Sum of RGB (Red+Green+Blue) = 127+70+94=291 (38% of max value = 765). Red value is 127 (50% from 255 or 43.64% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 127 - color contains mainly: red. Hex color #7F465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F465E is #80B9A1. Grayscale: #595959. Windows color (decimal): -8436130 or 6178431. OLE color: 6178431.

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

Color convert

RGB 127 70 94 -
CMYK 0 0.45 0.26 0.50
HSL 334.74º 0.29% 0.39% -
HSV(B) 334.74º 0.45% 0.5% -
XYZ 12.96 9.7 11.78 -
YUV 89.78 130.38 154.55 -
System Red Green Blue C M Y K H S L
Decimal 127 70 94 0 0.45 0.26 0.50 334.74 0.29 0.39
Hex 7F 46 5E 0 2D 1A 32 14F 1D 27
Octal 177 106 136 0 55 32 62 517 35 47
Binary 1111111 1000110 1011110 0 101101 11010 110010 101001111 11101 100111

Color Harmonies of #7F465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F465E

Black with #7F465E

Text Example


Text Example

White with #7F465E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,70,94); }

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

background-color css

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

 a { background-color: rgb(127,70,94); }

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

border-color css

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

 span { border-color: rgb(127,70,94); }

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