Html Css Color HEX #74626B Scorpion

📋 copy color: '#74626B'

red 116 ◦ green 98 ◦ blue 107

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

Shades of Scorpion #74626B

Tints of Scorpion #74626B

RGB

 RED value IS 116 (45.7% from 255) = 36.14%

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

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

R = 36.14%
G = 30.53%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#74626B (or 0x74626B) is known color: Scorpion. HEX triplet: 74, 62 and 6B. RGB value is (116,98,107). Sum of RGB (Red+Green+Blue) = 116+98+107=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 116 - color contains mainly: red. Hex color #74626B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74626B is #8B9D94. Grayscale: #686868. Windows color (decimal): -9149845 or 7037556. OLE color: 7037556.

HSL color Cylindrical-coordinate representation of color #74626B: hue angle of 330º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #74626B is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 98 107 -
CMYK 0 0.16 0.08 0.55
HSL 330º 0.08% 0.42% -
HSV(B) 330º 0.16% 0.45% -
XYZ 14.22 13.51 15.77 -
YUV 104.41 129.46 136.27 -
System Red Green Blue C M Y K H S L
Decimal 116 98 107 0 0.16 0.08 0.55 330 0.08 0.42
Hex 74 62 6B 0 10 8 37 14A 8 2A
Octal 164 142 153 0 20 10 67 512 10 52
Binary 1110100 1100010 1101011 0 10000 1000 110111 101001010 1000 101010

Color Harmonies of #74626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74626B

Black with #74626B

Text Example


Text Example

White with #74626B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74626B; }

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

 H1.HeaderClassName
 {
   color: #74626B;
 }
 .AnyTagClassName
 {
   color: #74626B;
 }
</style>

background-color css

<style>
 a { background-color: #74626B; }

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

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

border-color css

<style>
 span { border-color: #74626B; }

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

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