Html Css Color HEX #7B5065 Cosmic

📋 copy color: '#7B5065'

red 123 ◦ green 80 ◦ blue 101

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

Shades of Cosmic #7B5065

Tints of Cosmic #7B5065

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.32%

 BLUE value IS 101 (39.84% from 255) = 33.22%

R = 40.46%
G = 26.32%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.52

RGB Variations

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

Color information

#7B5065 (or 0x7B5065) is known color: Cosmic. HEX triplet: 7B, 50 and 65. RGB value is (123,80,101). Sum of RGB (Red+Green+Blue) = 123+80+101=304 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.46% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5065 is #84AF9A. Grayscale: #5F5F5F. Windows color (decimal): -8695707 or 6639739. OLE color: 6639739.

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

Color convert

RGB 123 80 101 -
CMYK 0 0.35 0.18 0.52
HSL 330.7º 0.21% 0.4% -
HSV(B) 330.7º 0.35% 0.48% -
XYZ 13.39 10.89 13.71 -
YUV 95.25 131.25 147.79 -
System Red Green Blue C M Y K H S L
Decimal 123 80 101 0 0.35 0.18 0.52 330.7 0.21 0.4
Hex 7B 50 65 0 23 12 34 14B 15 28
Octal 173 120 145 0 43 22 64 513 25 50
Binary 1111011 1010000 1100101 0 100011 10010 110100 101001011 10101 101000

Color Harmonies of #7B5065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5065

Black with #7B5065

Text Example


Text Example

White with #7B5065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,80,101); }

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

background-color css

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

 a { background-color: rgb(123,80,101); }

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

border-color css

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

 span { border-color: rgb(123,80,101); }

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