Html Css Color HEX #776367 Scorpion

📋 copy color: '#776367'

red 119 ◦ green 99 ◦ blue 103

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

Shades of Scorpion #776367

Tints of Scorpion #776367

RGB

 RED value IS 119 (46.88% from 255) = 37.07%

 GREEN value IS 99 (39.06% from 255) = 30.84%

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

R = 37.07%
G = 30.84%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#776367 (or 0x776367) is known color: Scorpion. HEX triplet: 77, 63 and 67. RGB value is (119,99,103). Sum of RGB (Red+Green+Blue) = 119+99+103=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 103 (40.62% from 255 or 32.09% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #776367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776367 is #889C98. Grayscale: #696969. Windows color (decimal): -8952985 or 6775671. OLE color: 6775671.

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

Color convert

RGB 119 99 103 -
CMYK 0 0.17 0.13 0.53
HSL 348º 0.09% 0.43% -
HSV(B) 348º 0.17% 0.47% -
XYZ 14.52 13.82 14.74 -
YUV 105.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 119 99 103 0 0.17 0.13 0.53 348 0.09 0.43
Hex 77 63 67 0 11 D 35 15C 9 2B
Octal 167 143 147 0 21 15 65 534 11 53
Binary 1110111 1100011 1100111 0 10001 1101 110101 101011100 1001 101011

Color Harmonies of #776367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776367

Black with #776367

Text Example


Text Example

White with #776367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776367; }

 p { color: rgb(119,99,103); }

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

background-color css

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

 a { background-color: rgb(119,99,103); }

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

border-color css

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

 span { border-color: rgb(119,99,103); }

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