Html Css Color HEX #7B5567 Cosmic

📋 copy color: '#7B5567'

red 123 ◦ green 85 ◦ blue 103

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

Shades of Cosmic #7B5567

Tints of Cosmic #7B5567

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.33%

 BLUE value IS 103 (40.63% from 255) = 33.12%

R = 39.55%
G = 27.33%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.52

RGB Variations

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

Color information

#7B5567 (or 0x7B5567) is known color: Cosmic. HEX triplet: 7B, 55 and 67. RGB value is (123,85,103). Sum of RGB (Red+Green+Blue) = 123+85+103=311 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.55% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5567 is #84AA98. Grayscale: #626262. Windows color (decimal): -8694425 or 6772091. OLE color: 6772091.

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

Color convert

RGB 123 85 103 -
CMYK 0 0.31 0.16 0.52
HSL 331.58º 0.18% 0.41% -
HSV(B) 331.58º 0.31% 0.48% -
XYZ 13.87 11.69 14.36 -
YUV 98.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 123 85 103 0 0.31 0.16 0.52 331.58 0.18 0.41
Hex 7B 55 67 0 1F 10 34 14C 12 29
Octal 173 125 147 0 37 20 64 514 22 51
Binary 1111011 1010101 1100111 0 11111 10000 110100 101001100 10010 101001

Color Harmonies of #7B5567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5567

Black with #7B5567

Text Example


Text Example

White with #7B5567

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,85,103); }

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

background-color css

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

 a { background-color: rgb(123,85,103); }

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

border-color css

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

 span { border-color: rgb(123,85,103); }

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