Html Css Color HEX #7B5F69 Scorpion

📋 copy color: '#7B5F69'

red 123 ◦ green 95 ◦ blue 105

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

Shades of Scorpion #7B5F69

Tints of Scorpion #7B5F69

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.41%

 BLUE value IS 105 (41.41% from 255) = 32.51%

R = 38.08%
G = 29.41%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#7B5F69 (or 0x7B5F69) is known color: Scorpion. HEX triplet: 7B, 5F and 69. RGB value is (123,95,105). Sum of RGB (Red+Green+Blue) = 123+95+105=323 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.08% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5F69 is #84A096. Grayscale: #686868. Windows color (decimal): -8691863 or 6905723. OLE color: 6905723.

HSL color Cylindrical-coordinate representation of color #7B5F69: hue angle of 338.57º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7B5F69 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 95 105 -
CMYK 0 0.23 0.15 0.52
HSL 338.57º 0.13% 0.43% -
HSV(B) 338.57º 0.23% 0.48% -
XYZ 14.81 13.42 15.17 -
YUV 104.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 123 95 105 0 0.23 0.15 0.52 338.57 0.13 0.43
Hex 7B 5F 69 0 17 F 34 153 D 2B
Octal 173 137 151 0 27 17 64 523 15 53
Binary 1111011 1011111 1101001 0 10111 1111 110100 101010011 1101 101011

Color Harmonies of #7B5F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5F69

Black with #7B5F69

Text Example


Text Example

White with #7B5F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,95,105); }

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

background-color css

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

 a { background-color: rgb(123,95,105); }

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

border-color css

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

 span { border-color: rgb(123,95,105); }

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