Html Css Color HEX #7B606A Scorpion

📋 copy color: '#7B606A'

red 123 ◦ green 96 ◦ blue 106

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

Shades of Scorpion #7B606A

Tints of Scorpion #7B606A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.62%

R = 37.85%
G = 29.54%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.52

RGB Variations

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

Color information

#7B606A (or 0x7B606A) is known color: Scorpion. HEX triplet: 7B, 60 and 6A. RGB value is (123,96,106). Sum of RGB (Red+Green+Blue) = 123+96+106=325 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.85% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 123 - color contains mainly: red. Hex color #7B606A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B606A is #849F95. Grayscale: #696969. Windows color (decimal): -8691606 or 6971515. OLE color: 6971515.

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

Color convert

RGB 123 96 106 -
CMYK 0 0.22 0.14 0.52
HSL 337.78º 0.12% 0.43% -
HSV(B) 337.78º 0.22% 0.48% -
XYZ 14.95 13.62 15.48 -
YUV 105.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 123 96 106 0 0.22 0.14 0.52 337.78 0.12 0.43
Hex 7B 60 6A 0 16 E 34 152 C 2B
Octal 173 140 152 0 26 16 64 522 14 53
Binary 1111011 1100000 1101010 0 10110 1110 110100 101010010 1100 101011

Color Harmonies of #7B606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B606A

Black with #7B606A

Text Example


Text Example

White with #7B606A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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