Html Css Color HEX #7B5B6E Cosmic

📋 copy color: '#7B5B6E'

red 123 ◦ green 91 ◦ blue 110

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

Shades of Cosmic #7B5B6E

Tints of Cosmic #7B5B6E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.09%

 BLUE value IS 110 (43.36% from 255) = 33.95%

R = 37.96%
G = 28.09%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7B5B6E (or 0x7B5B6E) is known color: Cosmic. HEX triplet: 7B, 5B and 6E. RGB value is (123,91,110). Sum of RGB (Red+Green+Blue) = 123+91+110=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5B6E is #84A491. Grayscale: #666666. Windows color (decimal): -8692882 or 7232379. OLE color: 7232379.

HSL color Cylindrical-coordinate representation of color #7B5B6E: hue angle of 324.38º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7B5B6E is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 91 110 -
CMYK 0 0.26 0.11 0.52
HSL 324.38º 0.15% 0.42% -
HSV(B) 324.38º 0.26% 0.48% -
XYZ 14.72 12.82 16.45 -
YUV 102.73 132.1 142.46 -
System Red Green Blue C M Y K H S L
Decimal 123 91 110 0 0.26 0.11 0.52 324.38 0.15 0.42
Hex 7B 5B 6E 0 1A B 34 144 F 2A
Octal 173 133 156 0 32 13 64 504 17 52
Binary 1111011 1011011 1101110 0 11010 1011 110100 101000100 1111 101010

Color Harmonies of #7B5B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5B6E

Black with #7B5B6E

Text Example


Text Example

White with #7B5B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,91,110); }

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

background-color css

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

 a { background-color: rgb(123,91,110); }

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

border-color css

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

 span { border-color: rgb(123,91,110); }

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