Html Css Color HEX #74616A Scorpion

📋 copy color: '#74616A'

red 116 ◦ green 97 ◦ blue 106

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

Shades of Scorpion #74616A

Tints of Scorpion #74616A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.41%

 BLUE value IS 106 (41.8% from 255) = 33.23%

R = 36.36%
G = 30.41%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#74616A (or 0x74616A) is known color: Scorpion. HEX triplet: 74, 61 and 6A. RGB value is (116,97,106). Sum of RGB (Red+Green+Blue) = 116+97+106=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 116 - color contains mainly: red. Hex color #74616A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74616A is #8B9E95. Grayscale: #676767. Windows color (decimal): -9150102 or 6971764. OLE color: 6971764.

HSL color Cylindrical-coordinate representation of color #74616A: hue angle of 331.58º degrees, saturation: 0.09, 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 #74616A is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 97 106 -
CMYK 0 0.16 0.09 0.55
HSL 331.58º 0.09% 0.42% -
HSV(B) 331.58º 0.16% 0.45% -
XYZ 14.08 13.3 15.46 -
YUV 103.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 116 97 106 0 0.16 0.09 0.55 331.58 0.09 0.42
Hex 74 61 6A 0 10 9 37 14C 9 2A
Octal 164 141 152 0 20 11 67 514 11 52
Binary 1110100 1100001 1101010 0 10000 1001 110111 101001100 1001 101010

Color Harmonies of #74616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74616A

Black with #74616A

Text Example


Text Example

White with #74616A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74616A; }

 p { color: rgb(116,97,106); }

 H1.HeaderClassName
 {
   color: #74616A;
 }
 .AnyTagClassName
 {
   color: #74616A;
 }
</style>

background-color css

<style>
 a { background-color: #74616A; }

 a { background-color: rgb(116,97,106); }

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

border-color css

<style>
 span { border-color: #74616A; }

 span { border-color: rgb(116,97,106); }

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