Html Css Color HEX #7B536B Cosmic

📋 copy color: '#7B536B'

red 123 ◦ green 83 ◦ blue 107

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

Shades of Cosmic #7B536B

Tints of Cosmic #7B536B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.19%

R = 39.3%
G = 26.52%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.52

RGB Variations

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

Color information

#7B536B (or 0x7B536B) is known color: Cosmic. HEX triplet: 7B, 53 and 6B. RGB value is (123,83,107). Sum of RGB (Red+Green+Blue) = 123+83+107=313 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.30% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 123 - color contains mainly: red. Hex color #7B536B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B536B is #84AC94. Grayscale: #616161. Windows color (decimal): -8694933 or 7033723. OLE color: 7033723.

HSL color Cylindrical-coordinate representation of color #7B536B: hue angle of 324º 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 #7B536B is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 83 107 -
CMYK 0 0.33 0.13 0.52
HSL 324º 0.19% 0.4% -
HSV(B) 324º 0.33% 0.48% -
XYZ 13.92 11.46 15.39 -
YUV 97.7 133.25 146.05 -
System Red Green Blue C M Y K H S L
Decimal 123 83 107 0 0.33 0.13 0.52 324 0.19 0.4
Hex 7B 53 6B 0 21 D 34 144 13 28
Octal 173 123 153 0 41 15 64 504 23 50
Binary 1111011 1010011 1101011 0 100001 1101 110100 101000100 10011 101000

Color Harmonies of #7B536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B536B

Black with #7B536B

Text Example


Text Example

White with #7B536B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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