Html Css Color HEX #74606B Scorpion

📋 copy color: '#74606B'

red 116 ◦ green 96 ◦ blue 107

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

Shades of Scorpion #74606B

Tints of Scorpion #74606B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.09%

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

R = 36.36%
G = 30.09%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#74606B (or 0x74606B) is known color: Scorpion. HEX triplet: 74, 60 and 6B. RGB value is (116,96,107). Sum of RGB (Red+Green+Blue) = 116+96+107=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 116 - color contains mainly: red. Hex color #74606B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74606B is #8B9F94. Grayscale: #676767. Windows color (decimal): -9150357 or 7037044. OLE color: 7037044.

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

Color convert

RGB 116 96 107 -
CMYK 0 0.17 0.08 0.55
HSL 327º 0.09% 0.42% -
HSV(B) 327º 0.17% 0.45% -
XYZ 14.04 13.14 15.71 -
YUV 103.23 130.13 137.11 -
System Red Green Blue C M Y K H S L
Decimal 116 96 107 0 0.17 0.08 0.55 327 0.09 0.42
Hex 74 60 6B 0 11 8 37 147 9 2A
Octal 164 140 153 0 21 10 67 507 11 52
Binary 1110100 1100000 1101011 0 10001 1000 110111 101000111 1001 101010

Color Harmonies of #74606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74606B

Black with #74606B

Text Example


Text Example

White with #74606B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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