Html Css Color HEX #74656B Scorpion

📋 copy color: '#74656B'

red 116 ◦ green 101 ◦ blue 107

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

Shades of Scorpion #74656B

Tints of Scorpion #74656B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.17%

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

R = 35.8%
G = 31.17%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#74656B (or 0x74656B) is known color: Scorpion. HEX triplet: 74, 65 and 6B. RGB value is (116,101,107). Sum of RGB (Red+Green+Blue) = 116+101+107=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 116 - color contains mainly: red. Hex color #74656B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74656B is #8B9A94. Grayscale: #6A6A6A. Windows color (decimal): -9149077 or 7038324. OLE color: 7038324.

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

Color convert

RGB 116 101 107 -
CMYK 0 0.13 0.08 0.55
HSL 336º 0.07% 0.43% -
HSV(B) 336º 0.13% 0.45% -
XYZ 14.51 14.08 15.86 -
YUV 106.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 116 101 107 0 0.13 0.08 0.55 336 0.07 0.43
Hex 74 65 6B 0 D 8 37 150 7 2B
Octal 164 145 153 0 15 10 67 520 7 53
Binary 1110100 1100101 1101011 0 1101 1000 110111 101010000 111 101011

Color Harmonies of #74656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74656B

Black with #74656B

Text Example


Text Example

White with #74656B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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