Html Css Color HEX #7B5375 Trendy Pink

📋 copy color: '#7B5375'

red 123 ◦ green 83 ◦ blue 117

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

Shades of Trendy Pink #7B5375

Tints of Trendy Pink #7B5375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.22%

R = 38.08%
G = 25.7%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#7B5375 (or 0x7B5375) is known color: Trendy Pink. HEX triplet: 7B, 53 and 75. RGB value is (123,83,117). Sum of RGB (Red+Green+Blue) = 123+83+117=323 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.08% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5375 is #84AC8A. Grayscale: #626262. Windows color (decimal): -8694923 or 7689083. OLE color: 7689083.

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

Color convert

RGB 123 83 117 -
CMYK 0 0.33 0.05 0.52
HSL 309º 0.19% 0.4% -
HSV(B) 309º 0.33% 0.48% -
XYZ 14.47 11.68 18.32 -
YUV 98.84 138.25 145.24 -
System Red Green Blue C M Y K H S L
Decimal 123 83 117 0 0.33 0.05 0.52 309 0.19 0.4
Hex 7B 53 75 0 21 5 34 135 13 28
Octal 173 123 165 0 41 5 64 465 23 50
Binary 1111011 1010011 1110101 0 100001 101 110100 100110101 10011 101000

Color Harmonies of #7B5375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5375

Black with #7B5375

Text Example


Text Example

White with #7B5375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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