Html Css Color HEX #74676C Scorpion

📋 copy color: '#74676C'

red 116 ◦ green 103 ◦ blue 108

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

Shades of Scorpion #74676C

Tints of Scorpion #74676C

RGB

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

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

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

R = 35.47%
G = 31.5%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#74676C (or 0x74676C) is known color: Scorpion. HEX triplet: 74, 67 and 6C. RGB value is (116,103,108). Sum of RGB (Red+Green+Blue) = 116+103+108=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 116 - color contains mainly: red. Hex color #74676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74676C is #8B9893. Grayscale: #6B6B6B. Windows color (decimal): -9148564 or 7104372. OLE color: 7104372.

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

Color convert

RGB 116 103 108 -
CMYK 0 0.11 0.07 0.55
HSL 336.92º 0.06% 0.43% -
HSV(B) 336.92º 0.11% 0.45% -
XYZ 14.76 14.5 16.21 -
YUV 107.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 116 103 108 0 0.11 0.07 0.55 336.92 0.06 0.43
Hex 74 67 6C 0 B 7 37 151 6 2B
Octal 164 147 154 0 13 7 67 521 6 53
Binary 1110100 1100111 1101100 0 1011 111 110111 101010001 110 101011

Color Harmonies of #74676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74676C

Black with #74676C

Text Example


Text Example

White with #74676C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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