Html Css Color HEX #7F416B Cosmic

📋 copy color: '#7F416B'

red 127 ◦ green 65 ◦ blue 107

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

Shades of Cosmic #7F416B

Tints of Cosmic #7F416B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.74%

 BLUE value IS 107 (42.19% from 255) = 35.79%

R = 42.47%
G = 21.74%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#7F416B (or 0x7F416B) is known color: Cosmic. HEX triplet: 7F, 41 and 6B. RGB value is (127,65,107). Sum of RGB (Red+Green+Blue) = 127+65+107=299 (39% of max value = 765). Red value is 127 (50% from 255 or 42.47% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 127 - color contains mainly: red. Hex color #7F416B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F416B is #80BE94. Grayscale: #585858. Windows color (decimal): -8437397 or 7029119. OLE color: 7029119.

HSL color Cylindrical-coordinate representation of color #7F416B: hue angle of 319.35º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F416B is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 65 107 -
CMYK 0 0.49 0.16 0.50
HSL 319.35º 0.32% 0.38% -
HSV(B) 319.35º 0.49% 0.5% -
XYZ 13.3 9.35 15.01 -
YUV 88.33 138.54 155.58 -
System Red Green Blue C M Y K H S L
Decimal 127 65 107 0 0.49 0.16 0.50 319.35 0.32 0.38
Hex 7F 41 6B 0 31 10 32 13F 20 26
Octal 177 101 153 0 61 20 62 477 40 46
Binary 1111111 1000001 1101011 0 110001 10000 110010 100111111 100000 100110

Color Harmonies of #7F416B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F416B

Black with #7F416B

Text Example


Text Example

White with #7F416B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,65,107); }

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

background-color css

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

 a { background-color: rgb(127,65,107); }

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

border-color css

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

 span { border-color: rgb(127,65,107); }

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