Html Css Color HEX #7B606D Scorpion

📋 copy color: '#7B606D'

red 123 ◦ green 96 ◦ blue 109

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

Shades of Scorpion #7B606D

Tints of Scorpion #7B606D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.27%

 BLUE value IS 109 (42.97% from 255) = 33.23%

R = 37.5%
G = 29.27%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7B606D (or 0x7B606D) is known color: Scorpion. HEX triplet: 7B, 60 and 6D. RGB value is (123,96,109). Sum of RGB (Red+Green+Blue) = 123+96+109=328 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.5% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 123 - color contains mainly: red. Hex color #7B606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B606D is #849F92. Grayscale: #696969. Windows color (decimal): -8691603 or 7168123. OLE color: 7168123.

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

Color convert

RGB 123 96 109 -
CMYK 0 0.22 0.11 0.52
HSL 331.11º 0.12% 0.43% -
HSV(B) 331.11º 0.22% 0.48% -
XYZ 15.11 13.68 16.31 -
YUV 105.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 123 96 109 0 0.22 0.11 0.52 331.11 0.12 0.43
Hex 7B 60 6D 0 16 B 34 14B C 2B
Octal 173 140 155 0 26 13 64 513 14 53
Binary 1111011 1100000 1101101 0 10110 1011 110100 101001011 1100 101011

Color Harmonies of #7B606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B606D

Black with #7B606D

Text Example


Text Example

White with #7B606D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,96,109); }

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

background-color css

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

 a { background-color: rgb(123,96,109); }

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

border-color css

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

 span { border-color: rgb(123,96,109); }

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