Html Css Color HEX #7F4369 Cosmic

📋 copy color: '#7F4369'

red 127 ◦ green 67 ◦ blue 105

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

Shades of Cosmic #7F4369

Tints of Cosmic #7F4369

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.41%

 BLUE value IS 105 (41.41% from 255) = 35.12%

R = 42.47%
G = 22.41%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#7F4369 (or 0x7F4369) is known color: Cosmic. HEX triplet: 7F, 43 and 69. RGB value is (127,67,105). Sum of RGB (Red+Green+Blue) = 127+67+105=299 (39% of max value = 765). Red value is 127 (50% from 255 or 42.47% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4369 is #80BC96. Grayscale: #595959. Windows color (decimal): -8436887 or 6898559. OLE color: 6898559.

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

Color convert

RGB 127 67 105 -
CMYK 0 0.47 0.17 0.50
HSL 322º 0.31% 0.38% -
HSV(B) 322º 0.47% 0.5% -
XYZ 13.31 9.55 14.51 -
YUV 89.27 136.88 154.91 -
System Red Green Blue C M Y K H S L
Decimal 127 67 105 0 0.47 0.17 0.50 322 0.31 0.38
Hex 7F 43 69 0 2F 11 32 142 1F 26
Octal 177 103 151 0 57 21 62 502 37 46
Binary 1111111 1000011 1101001 0 101111 10001 110010 101000010 11111 100110

Color Harmonies of #7F4369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4369

Black with #7F4369

Text Example


Text Example

White with #7F4369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,67,105); }

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

background-color css

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

 a { background-color: rgb(127,67,105); }

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

border-color css

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

 span { border-color: rgb(127,67,105); }

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