Html Css Color HEX #7B636A Scorpion

📋 copy color: '#7B636A'

red 123 ◦ green 99 ◦ blue 106

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

Shades of Scorpion #7B636A

Tints of Scorpion #7B636A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.18%

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

R = 37.5%
G = 30.18%
B = 32.32%

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

#7B636A (or 0x7B636A) is known color: Scorpion. HEX triplet: 7B, 63 and 6A. RGB value is (123,99,106). Sum of RGB (Red+Green+Blue) = 123+99+106=328 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.5% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 123 - color contains mainly: red. Hex color #7B636A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B636A is #849C95. Grayscale: #6A6A6A. Windows color (decimal): -8690838 or 6972283. OLE color: 6972283.

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

Color convert

RGB 123 99 106 -
CMYK 0 0.20 0.14 0.52
HSL 342.5º 0.11% 0.44% -
HSV(B) 342.5º 0.2% 0.48% -
XYZ 15.23 14.18 15.57 -
YUV 106.97 127.45 139.43 -
System Red Green Blue C M Y K H S L
Decimal 123 99 106 0 0.20 0.14 0.52 342.5 0.11 0.44
Hex 7B 63 6A 0 14 E 34 156 B 2C
Octal 173 143 152 0 24 16 64 526 13 54
Binary 1111011 1100011 1101010 0 10100 1110 110100 101010110 1011 101100

Color Harmonies of #7B636A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B636A

Black with #7B636A

Text Example


Text Example

White with #7B636A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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