Html Css Color HEX #74676B Scorpion

📋 copy color: '#74676B'

red 116 ◦ green 103 ◦ blue 107

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

Shades of Scorpion #74676B

Tints of Scorpion #74676B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.6%

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

R = 35.58%
G = 31.6%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#74676B (or 0x74676B) is known color: Scorpion. HEX triplet: 74, 67 and 6B. RGB value is (116,103,107). Sum of RGB (Red+Green+Blue) = 116+103+107=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 116 - color contains mainly: red. Hex color #74676B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74676B is #8B9894. Grayscale: #6B6B6B. Windows color (decimal): -9148565 or 7038836. OLE color: 7038836.

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

Color convert

RGB 116 103 107 -
CMYK 0 0.11 0.08 0.55
HSL 341.54º 0.06% 0.43% -
HSV(B) 341.54º 0.11% 0.45% -
XYZ 14.71 14.48 15.93 -
YUV 107.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 116 103 107 0 0.11 0.08 0.55 341.54 0.06 0.43
Hex 74 67 6B 0 B 8 37 156 6 2B
Octal 164 147 153 0 13 10 67 526 6 53
Binary 1110100 1100111 1101011 0 1011 1000 110111 101010110 110 101011

Color Harmonies of #74676B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74676B

Black with #74676B

Text Example


Text Example

White with #74676B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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