Html Css Color HEX #74686E Scorpion

📋 copy color: '#74686E'

red 116 ◦ green 104 ◦ blue 110

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

Shades of Scorpion #74686E

Tints of Scorpion #74686E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.52%

 BLUE value IS 110 (43.36% from 255) = 33.33%

R = 35.15%
G = 31.52%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#74686E (or 0x74686E) is known color: Scorpion. HEX triplet: 74, 68 and 6E. RGB value is (116,104,110). Sum of RGB (Red+Green+Blue) = 116+104+110=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 116 - color contains mainly: red. Hex color #74686E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74686E is #8B9791. Grayscale: #6C6C6C. Windows color (decimal): -9148306 or 7235700. OLE color: 7235700.

HSL color Cylindrical-coordinate representation of color #74686E: hue angle of 330º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #74686E is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 104 110 -
CMYK 0 0.10 0.05 0.55
HSL 330º 0.05% 0.43% -
HSV(B) 330º 0.1% 0.45% -
XYZ 14.97 14.74 16.81 -
YUV 108.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 116 104 110 0 0.10 0.05 0.55 330 0.05 0.43
Hex 74 68 6E 0 A 5 37 14A 5 2B
Octal 164 150 156 0 12 5 67 512 5 53
Binary 1110100 1101000 1101110 0 1010 101 110111 101001010 101 101011

Color Harmonies of #74686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74686E

Black with #74686E

Text Example


Text Example

White with #74686E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74686E; }

 p { color: rgb(116,104,110); }

 H1.HeaderClassName
 {
   color: #74686E;
 }
 .AnyTagClassName
 {
   color: #74686E;
 }
</style>

background-color css

<style>
 a { background-color: #74686E; }

 a { background-color: rgb(116,104,110); }

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

border-color css

<style>
 span { border-color: #74686E; }

 span { border-color: rgb(116,104,110); }

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