Html Css Color HEX #7F3761 Cosmic

📋 copy color: '#7F3761'

red 127 ◦ green 55 ◦ blue 97

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

Shades of Cosmic #7F3761

Tints of Cosmic #7F3761

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.71%

 BLUE value IS 97 (38.28% from 255) = 34.77%

R = 45.52%
G = 19.71%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#7F3761 (or 0x7F3761) is known color: Cosmic. HEX triplet: 7F, 37 and 61. RGB value is (127,55,97). Sum of RGB (Red+Green+Blue) = 127+55+97=279 (36% of max value = 765). Red value is 127 (50% from 255 or 45.52% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3761 is #80C89E. Grayscale: #515151. Windows color (decimal): -8439967 or 6371199. OLE color: 6371199.

HSL color Cylindrical-coordinate representation of color #7F3761: hue angle of 325º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F3761 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 55 97 -
CMYK 0 0.57 0.24 0.50
HSL 325º 0.4% 0.36% -
HSV(B) 325º 0.57% 0.5% -
XYZ 12.28 8.11 12.23 -
YUV 81.32 136.85 160.58 -
System Red Green Blue C M Y K H S L
Decimal 127 55 97 0 0.57 0.24 0.50 325 0.4 0.36
Hex 7F 37 61 0 39 18 32 145 28 24
Octal 177 67 141 0 71 30 62 505 50 44
Binary 1111111 110111 1100001 0 111001 11000 110010 101000101 101000 100100

Color Harmonies of #7F3761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3761

Black with #7F3761

Text Example


Text Example

White with #7F3761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,55,97); }

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

background-color css

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

 a { background-color: rgb(127,55,97); }

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

border-color css

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

 span { border-color: rgb(127,55,97); }

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