Html Css Color HEX #7B676F Scorpion

📋 copy color: '#7B676F'

red 123 ◦ green 103 ◦ blue 111

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

Shades of Scorpion #7B676F

Tints of Scorpion #7B676F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.56%

 BLUE value IS 111 (43.75% from 255) = 32.94%

R = 36.5%
G = 30.56%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#7B676F (or 0x7B676F) is known color: Scorpion. HEX triplet: 7B, 67 and 6F. RGB value is (123,103,111). Sum of RGB (Red+Green+Blue) = 123+103+111=337 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.50% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 123 - color contains mainly: red. Hex color #7B676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B676F is #849890. Grayscale: #6D6D6D. Windows color (decimal): -8689809 or 7300987. OLE color: 7300987.

HSL color Cylindrical-coordinate representation of color #7B676F: hue angle of 336º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B676F is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 103 111 -
CMYK 0 0.16 0.10 0.52
HSL 336º 0.09% 0.44% -
HSV(B) 336º 0.16% 0.48% -
XYZ 15.89 15.06 17.11 -
YUV 109.89 128.63 137.35 -
System Red Green Blue C M Y K H S L
Decimal 123 103 111 0 0.16 0.10 0.52 336 0.09 0.44
Hex 7B 67 6F 0 10 A 34 150 9 2C
Octal 173 147 157 0 20 12 64 520 11 54
Binary 1111011 1100111 1101111 0 10000 1010 110100 101010000 1001 101100

Color Harmonies of #7B676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B676F

Black with #7B676F

Text Example


Text Example

White with #7B676F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,103,111); }

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

background-color css

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

 a { background-color: rgb(123,103,111); }

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

border-color css

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

 span { border-color: rgb(123,103,111); }

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