Html Css Color HEX #7B566F Cosmic

📋 copy color: '#7B566F'

red 123 ◦ green 86 ◦ blue 111

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

Shades of Cosmic #7B566F

Tints of Cosmic #7B566F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.88%

 BLUE value IS 111 (43.75% from 255) = 34.69%

R = 38.44%
G = 26.88%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#7B566F (or 0x7B566F) is known color: Cosmic. HEX triplet: 7B, 56 and 6F. RGB value is (123,86,111). Sum of RGB (Red+Green+Blue) = 123+86+111=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 123 - color contains mainly: red. Hex color #7B566F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B566F is #84A990. Grayscale: #636363. Windows color (decimal): -8694161 or 7296635. OLE color: 7296635.

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

Color convert

RGB 123 86 111 -
CMYK 0 0.30 0.10 0.52
HSL 319.46º 0.18% 0.41% -
HSV(B) 319.46º 0.3% 0.48% -
XYZ 14.37 12.01 16.6 -
YUV 99.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 123 86 111 0 0.30 0.10 0.52 319.46 0.18 0.41
Hex 7B 56 6F 0 1E A 34 13F 12 29
Octal 173 126 157 0 36 12 64 477 22 51
Binary 1111011 1010110 1101111 0 11110 1010 110100 100111111 10010 101001

Color Harmonies of #7B566F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B566F

Black with #7B566F

Text Example


Text Example

White with #7B566F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,86,111); }

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

background-color css

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

 a { background-color: rgb(123,86,111); }

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

border-color css

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

 span { border-color: rgb(123,86,111); }

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