Html Css Color HEX #75676D Scorpion

📋 copy color: '#75676D'

red 117 ◦ green 103 ◦ blue 109

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

Shades of Scorpion #75676D

Tints of Scorpion #75676D

RGB

 RED value IS 117 (46.09% from 255) = 35.56%

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

 BLUE value IS 109 (42.97% from 255) = 33.13%

R = 35.56%
G = 31.31%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75676D (or 0x75676D) is known color: Scorpion. HEX triplet: 75, 67 and 6D. RGB value is (117,103,109). Sum of RGB (Red+Green+Blue) = 117+103+109=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 117 - color contains mainly: red. Hex color #75676D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75676D is #8A9892. Grayscale: #6B6B6B. Windows color (decimal): -9083027 or 7169909. OLE color: 7169909.

HSL color Cylindrical-coordinate representation of color #75676D: hue angle of 334.29º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #75676D is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 103 109 -
CMYK 0 0.12 0.07 0.54
HSL 334.29º 0.06% 0.43% -
HSV(B) 334.29º 0.12% 0.46% -
XYZ 14.95 14.59 16.5 -
YUV 107.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 117 103 109 0 0.12 0.07 0.54 334.29 0.06 0.43
Hex 75 67 6D 0 C 7 36 14E 6 2B
Octal 165 147 155 0 14 7 66 516 6 53
Binary 1110101 1100111 1101101 0 1100 111 110110 101001110 110 101011

Color Harmonies of #75676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75676D

Black with #75676D

Text Example


Text Example

White with #75676D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75676D; }

 p { color: rgb(117,103,109); }

 H1.HeaderClassName
 {
   color: #75676D;
 }
 .AnyTagClassName
 {
   color: #75676D;
 }
</style>

background-color css

<style>
 a { background-color: #75676D; }

 a { background-color: rgb(117,103,109); }

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

border-color css

<style>
 span { border-color: #75676D; }

 span { border-color: rgb(117,103,109); }

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