Html Css Color HEX #74676A Scorpion

📋 copy color: '#74676A'

red 116 ◦ green 103 ◦ blue 106

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

Shades of Scorpion #74676A

Tints of Scorpion #74676A

RGB

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

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

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

R = 35.69%
G = 31.69%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#74676A (or 0x74676A) is known color: Scorpion. HEX triplet: 74, 67 and 6A. RGB value is (116,103,106). Sum of RGB (Red+Green+Blue) = 116+103+106=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 116 - color contains mainly: red. Hex color #74676A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74676A is #8B9895. Grayscale: #6B6B6B. Windows color (decimal): -9148566 or 6973300. OLE color: 6973300.

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

Color convert

RGB 116 103 106 -
CMYK 0 0.11 0.09 0.55
HSL 346.15º 0.06% 0.43% -
HSV(B) 346.15º 0.11% 0.45% -
XYZ 14.65 14.45 15.65 -
YUV 107.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 116 103 106 0 0.11 0.09 0.55 346.15 0.06 0.43
Hex 74 67 6A 0 B 9 37 15A 6 2B
Octal 164 147 152 0 13 11 67 532 6 53
Binary 1110100 1100111 1101010 0 1011 1001 110111 101011010 110 101011

Color Harmonies of #74676A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74676A

Black with #74676A

Text Example


Text Example

White with #74676A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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