Html Css Color HEX #74636B Scorpion

📋 copy color: '#74636B'

red 116 ◦ green 99 ◦ blue 107

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

Shades of Scorpion #74636B

Tints of Scorpion #74636B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.75%

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

R = 36.02%
G = 30.75%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#74636B (or 0x74636B) is known color: Scorpion. HEX triplet: 74, 63 and 6B. RGB value is (116,99,107). Sum of RGB (Red+Green+Blue) = 116+99+107=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 116 - color contains mainly: red. Hex color #74636B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74636B is #8B9C94. Grayscale: #686868. Windows color (decimal): -9149589 or 7037812. OLE color: 7037812.

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

Color convert

RGB 116 99 107 -
CMYK 0 0.15 0.08 0.55
HSL 331.76º 0.08% 0.42% -
HSV(B) 331.76º 0.15% 0.45% -
XYZ 14.32 13.7 15.8 -
YUV 105 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 116 99 107 0 0.15 0.08 0.55 331.76 0.08 0.42
Hex 74 63 6B 0 F 8 37 14C 8 2A
Octal 164 143 153 0 17 10 67 514 10 52
Binary 1110100 1100011 1101011 0 1111 1000 110111 101001100 1000 101010

Color Harmonies of #74636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74636B

Black with #74636B

Text Example


Text Example

White with #74636B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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