Html Css Color HEX #7B4062 Cosmic

📋 copy color: '#7B4062'

red 123 ◦ green 64 ◦ blue 98

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

Shades of Cosmic #7B4062

Tints of Cosmic #7B4062

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.46%

 BLUE value IS 98 (38.67% from 255) = 34.39%

R = 43.16%
G = 22.46%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#7B4062 (or 0x7B4062) is known color: Cosmic. HEX triplet: 7B, 40 and 62. RGB value is (123,64,98). Sum of RGB (Red+Green+Blue) = 123+64+98=285 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.16% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4062 is #84BF9D. Grayscale: #555555. Windows color (decimal): -8699806 or 6439035. OLE color: 6439035.

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

Color convert

RGB 123 64 98 -
CMYK 0 0.48 0.20 0.52
HSL 325.42º 0.32% 0.37% -
HSV(B) 325.42º 0.48% 0.48% -
XYZ 12.21 8.76 12.6 -
YUV 85.52 135.05 154.74 -
System Red Green Blue C M Y K H S L
Decimal 123 64 98 0 0.48 0.20 0.52 325.42 0.32 0.37
Hex 7B 40 62 0 30 14 34 145 20 25
Octal 173 100 142 0 60 24 64 505 40 45
Binary 1111011 1000000 1100010 0 110000 10100 110100 101000101 100000 100101

Color Harmonies of #7B4062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4062

Black with #7B4062

Text Example


Text Example

White with #7B4062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,64,98); }

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

background-color css

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

 a { background-color: rgb(123,64,98); }

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

border-color css

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

 span { border-color: rgb(123,64,98); }

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