Html Css Color HEX #75676E Scorpion

📋 copy color: '#75676E'

red 117 ◦ green 103 ◦ blue 110

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

Shades of Scorpion #75676E

Tints of Scorpion #75676E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.33%

R = 35.45%
G = 31.21%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#75676E (or 0x75676E) is known color: Scorpion. HEX triplet: 75, 67 and 6E. RGB value is (117,103,110). Sum of RGB (Red+Green+Blue) = 117+103+110=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 117 - color contains mainly: red. Hex color #75676E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75676E is #8A9891. Grayscale: #6B6B6B. Windows color (decimal): -9083026 or 7235445. OLE color: 7235445.

HSL color Cylindrical-coordinate representation of color #75676E: hue angle of 330º 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 #75676E is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 103 110 -
CMYK 0 0.12 0.06 0.54
HSL 330º 0.06% 0.43% -
HSV(B) 330º 0.12% 0.46% -
XYZ 15 14.61 16.78 -
YUV 107.98 129.14 134.43 -
System Red Green Blue C M Y K H S L
Decimal 117 103 110 0 0.12 0.06 0.54 330 0.06 0.43
Hex 75 67 6E 0 C 6 36 14A 6 2B
Octal 165 147 156 0 14 6 66 512 6 53
Binary 1110101 1100111 1101110 0 1100 110 110110 101001010 110 101011

Color Harmonies of #75676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75676E

Black with #75676E

Text Example


Text Example

White with #75676E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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