Html Css Color HEX #74616C Scorpion

📋 copy color: '#74616C'

red 116 ◦ green 97 ◦ blue 108

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

Shades of Scorpion #74616C

Tints of Scorpion #74616C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.64%

R = 36.14%
G = 30.22%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#74616C (or 0x74616C) is known color: Scorpion. HEX triplet: 74, 61 and 6C. RGB value is (116,97,108). Sum of RGB (Red+Green+Blue) = 116+97+108=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 116 - color contains mainly: red. Hex color #74616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74616C is #8B9E93. Grayscale: #676767. Windows color (decimal): -9150100 or 7102836. OLE color: 7102836.

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

Color convert

RGB 116 97 108 -
CMYK 0 0.16 0.07 0.55
HSL 325.26º 0.09% 0.42% -
HSV(B) 325.26º 0.16% 0.45% -
XYZ 14.18 13.35 16.02 -
YUV 103.94 130.29 136.61 -
System Red Green Blue C M Y K H S L
Decimal 116 97 108 0 0.16 0.07 0.55 325.26 0.09 0.42
Hex 74 61 6C 0 10 7 37 145 9 2A
Octal 164 141 154 0 20 7 67 505 11 52
Binary 1110100 1100001 1101100 0 10000 111 110111 101000101 1001 101010

Color Harmonies of #74616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74616C

Black with #74616C

Text Example


Text Example

White with #74616C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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