Html Css Color HEX #7B5565 Cosmic

📋 copy color: '#7B5565'

red 123 ◦ green 85 ◦ blue 101

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

Shades of Cosmic #7B5565

Tints of Cosmic #7B5565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.69%

R = 39.81%
G = 27.51%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.52

RGB Variations

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

Color information

#7B5565 (or 0x7B5565) is known color: Cosmic. HEX triplet: 7B, 55 and 65. RGB value is (123,85,101). Sum of RGB (Red+Green+Blue) = 123+85+101=309 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.81% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5565 is #84AA9A. Grayscale: #626262. Windows color (decimal): -8694427 or 6641019. OLE color: 6641019.

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

Color convert

RGB 123 85 101 -
CMYK 0 0.31 0.18 0.52
HSL 334.74º 0.18% 0.41% -
HSV(B) 334.74º 0.31% 0.48% -
XYZ 13.77 11.65 13.83 -
YUV 98.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 123 85 101 0 0.31 0.18 0.52 334.74 0.18 0.41
Hex 7B 55 65 0 1F 12 34 14F 12 29
Octal 173 125 145 0 37 22 64 517 22 51
Binary 1111011 1010101 1100101 0 11111 10010 110100 101001111 10010 101001

Color Harmonies of #7B5565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5565

Black with #7B5565

Text Example


Text Example

White with #7B5565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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