Html Css Color HEX #7B626A Scorpion

📋 copy color: '#7B626A'

red 123 ◦ green 98 ◦ blue 106

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

Shades of Scorpion #7B626A

Tints of Scorpion #7B626A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.97%

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

R = 37.61%
G = 29.97%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.52

RGB Variations

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

Color information

#7B626A (or 0x7B626A) is known color: Scorpion. HEX triplet: 7B, 62 and 6A. RGB value is (123,98,106). Sum of RGB (Red+Green+Blue) = 123+98+106=327 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.61% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 123 - color contains mainly: red. Hex color #7B626A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B626A is #849D95. Grayscale: #6A6A6A. Windows color (decimal): -8691094 or 6972027. OLE color: 6972027.

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

Color convert

RGB 123 98 106 -
CMYK 0 0.20 0.14 0.52
HSL 340.8º 0.11% 0.43% -
HSV(B) 340.8º 0.2% 0.48% -
XYZ 15.14 13.99 15.54 -
YUV 106.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 123 98 106 0 0.20 0.14 0.52 340.8 0.11 0.43
Hex 7B 62 6A 0 14 E 34 155 B 2B
Octal 173 142 152 0 24 16 64 525 13 53
Binary 1111011 1100010 1101010 0 10100 1110 110100 101010101 1011 101011

Color Harmonies of #7B626A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B626A

Black with #7B626A

Text Example


Text Example

White with #7B626A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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