Html Css Color HEX #7C626B Scorpion

📋 copy color: '#7C626B'

red 124 ◦ green 98 ◦ blue 107

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

Shades of Scorpion #7C626B

Tints of Scorpion #7C626B

RGB

 RED value IS 124 (48.83% from 255) = 37.69%

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

 BLUE value IS 107 (42.19% from 255) = 32.52%

R = 37.69%
G = 29.79%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7C626B (or 0x7C626B) is known color: Scorpion. HEX triplet: 7C, 62 and 6B. RGB value is (124,98,107). Sum of RGB (Red+Green+Blue) = 124+98+107=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 124 - color contains mainly: red. Hex color #7C626B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C626B is #839D94. Grayscale: #6A6A6A. Windows color (decimal): -8625557 or 7037564. OLE color: 7037564.

HSL color Cylindrical-coordinate representation of color #7C626B: hue angle of 339.23º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C626B is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 98 107 -
CMYK 0 0.21 0.14 0.51
HSL 339.23º 0.12% 0.44% -
HSV(B) 339.23º 0.21% 0.49% -
XYZ 15.33 14.08 15.82 -
YUV 106.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 124 98 107 0 0.21 0.14 0.51 339.23 0.12 0.44
Hex 7C 62 6B 0 15 E 33 153 C 2C
Octal 174 142 153 0 25 16 63 523 14 54
Binary 1111100 1100010 1101011 0 10101 1110 110011 101010011 1100 101100

Color Harmonies of #7C626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C626B

Black with #7C626B

Text Example


Text Example

White with #7C626B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,98,107); }

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

background-color css

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

 a { background-color: rgb(124,98,107); }

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

border-color css

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

 span { border-color: rgb(124,98,107); }

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