Html Css Color HEX #7B4B5B Cosmic

📋 copy color: '#7B4B5B'

red 123 ◦ green 75 ◦ blue 91

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

Shades of Cosmic #7B4B5B

Tints of Cosmic #7B4B5B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.95%

 BLUE value IS 91 (35.94% from 255) = 31.49%

R = 42.56%
G = 25.95%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#7B4B5B (or 0x7B4B5B) is known color: Cosmic. HEX triplet: 7B, 4B and 5B. RGB value is (123,75,91). Sum of RGB (Red+Green+Blue) = 123+75+91=289 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.56% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4B5B is #84B4A4. Grayscale: #5B5B5B. Windows color (decimal): -8696997 or 5983099. OLE color: 5983099.

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

Color convert

RGB 123 75 91 -
CMYK 0 0.39 0.26 0.52
HSL 340º 0.24% 0.39% -
HSV(B) 340º 0.39% 0.48% -
XYZ 12.57 10 11.16 -
YUV 91.18 127.9 150.7 -
System Red Green Blue C M Y K H S L
Decimal 123 75 91 0 0.39 0.26 0.52 340 0.24 0.39
Hex 7B 4B 5B 0 27 1A 34 154 18 27
Octal 173 113 133 0 47 32 64 524 30 47
Binary 1111011 1001011 1011011 0 100111 11010 110100 101010100 11000 100111

Color Harmonies of #7B4B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4B5B

Black with #7B4B5B

Text Example


Text Example

White with #7B4B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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