Html Css Color HEX #7B4F63 Cosmic

📋 copy color: '#7B4F63'

red 123 ◦ green 79 ◦ blue 99

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

Shades of Cosmic #7B4F63

Tints of Cosmic #7B4F63

RGB

 RED value IS 123 (48.44% from 255) = 40.86%

 GREEN value IS 79 (31.25% from 255) = 26.25%

 BLUE value IS 99 (39.06% from 255) = 32.89%

R = 40.86%
G = 26.25%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#7B4F63 (or 0x7B4F63) is known color: Cosmic. HEX triplet: 7B, 4F and 63. RGB value is (123,79,99). Sum of RGB (Red+Green+Blue) = 123+79+99=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B4F63 is #84B09C. Grayscale: #5E5E5E. Windows color (decimal): -8695965 or 6508411. OLE color: 6508411.

HSL color Cylindrical-coordinate representation of color #7B4F63: hue angle of 332.73º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7B4F63 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 79 99 -
CMYK 0 0.36 0.20 0.52
HSL 332.73º 0.22% 0.4% -
HSV(B) 332.73º 0.36% 0.48% -
XYZ 13.22 10.7 13.17 -
YUV 94.44 130.58 148.37 -
System Red Green Blue C M Y K H S L
Decimal 123 79 99 0 0.36 0.20 0.52 332.73 0.22 0.4
Hex 7B 4F 63 0 24 14 34 14D 16 28
Octal 173 117 143 0 44 24 64 515 26 50
Binary 1111011 1001111 1100011 0 100100 10100 110100 101001101 10110 101000

Color Harmonies of #7B4F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4F63

Black with #7B4F63

Text Example


Text Example

White with #7B4F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,79,99); }

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

background-color css

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

 a { background-color: rgb(123,79,99); }

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

border-color css

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

 span { border-color: rgb(123,79,99); }

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