Html Css Color HEX #7B536C Cosmic

📋 copy color: '#7B536C'

red 123 ◦ green 83 ◦ blue 108

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

Shades of Cosmic #7B536C

Tints of Cosmic #7B536C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.43%

 BLUE value IS 108 (42.58% from 255) = 34.39%

R = 39.17%
G = 26.43%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#7B536C (or 0x7B536C) is known color: Cosmic. HEX triplet: 7B, 53 and 6C. RGB value is (123,83,108). Sum of RGB (Red+Green+Blue) = 123+83+108=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 123 - color contains mainly: red. Hex color #7B536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B536C is #84AC93. Grayscale: #616161. Windows color (decimal): -8694932 or 7099259. OLE color: 7099259.

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

Color convert

RGB 123 83 108 -
CMYK 0 0.33 0.12 0.52
HSL 322.5º 0.19% 0.4% -
HSV(B) 322.5º 0.33% 0.48% -
XYZ 13.97 11.48 15.67 -
YUV 97.81 133.75 145.97 -
System Red Green Blue C M Y K H S L
Decimal 123 83 108 0 0.33 0.12 0.52 322.5 0.19 0.4
Hex 7B 53 6C 0 21 C 34 142 13 28
Octal 173 123 154 0 41 14 64 502 23 50
Binary 1111011 1010011 1101100 0 100001 1100 110100 101000010 10011 101000

Color Harmonies of #7B536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B536C

Black with #7B536C

Text Example


Text Example

White with #7B536C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,83,108); }

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

background-color css

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

 a { background-color: rgb(123,83,108); }

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

border-color css

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

 span { border-color: rgb(123,83,108); }

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