Html Css Color HEX #766267 Scorpion

📋 copy color: '#766267'

red 118 ◦ green 98 ◦ blue 103

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

Shades of Scorpion #766267

Tints of Scorpion #766267

RGB

 RED value IS 118 (46.48% from 255) = 36.99%

 GREEN value IS 98 (38.67% from 255) = 30.72%

 BLUE value IS 103 (40.63% from 255) = 32.29%

R = 36.99%
G = 30.72%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#766267 (or 0x766267) is known color: Scorpion. HEX triplet: 76, 62 and 67. RGB value is (118,98,103). Sum of RGB (Red+Green+Blue) = 118+98+103=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 118 - color contains mainly: red. Hex color #766267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766267 is #899D98. Grayscale: #686868. Windows color (decimal): -9018777 or 6775414. OLE color: 6775414.

HSL color Cylindrical-coordinate representation of color #766267: hue angle of 345º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #766267 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 98 103 -
CMYK 0 0.17 0.13 0.54
HSL 345º 0.09% 0.42% -
HSV(B) 345º 0.17% 0.46% -
XYZ 14.29 13.57 14.7 -
YUV 104.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 118 98 103 0 0.17 0.13 0.54 345 0.09 0.42
Hex 76 62 67 0 11 D 36 159 9 2A
Octal 166 142 147 0 21 15 66 531 11 52
Binary 1110110 1100010 1100111 0 10001 1101 110110 101011001 1001 101010

Color Harmonies of #766267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766267

Black with #766267

Text Example


Text Example

White with #766267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766267; }

 p { color: rgb(118,98,103); }

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

background-color css

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

 a { background-color: rgb(118,98,103); }

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

border-color css

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

 span { border-color: rgb(118,98,103); }

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