Html Css Color HEX #775C67 Scorpion

📋 copy color: '#775C67'

red 119 ◦ green 92 ◦ blue 103

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

Shades of Scorpion #775C67

Tints of Scorpion #775C67

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.3%

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

R = 37.9%
G = 29.3%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#775C67 (or 0x775C67) is known color: Scorpion. HEX triplet: 77, 5C and 67. RGB value is (119,92,103). Sum of RGB (Red+Green+Blue) = 119+92+103=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #775C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C67 is #88A398. Grayscale: #656565. Windows color (decimal): -8954777 or 6773879. OLE color: 6773879.

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

Color convert

RGB 119 92 103 -
CMYK 0 0.23 0.13 0.53
HSL 335.56º 0.13% 0.41% -
HSV(B) 335.56º 0.23% 0.47% -
XYZ 13.88 12.56 14.52 -
YUV 101.33 128.95 140.61 -
System Red Green Blue C M Y K H S L
Decimal 119 92 103 0 0.23 0.13 0.53 335.56 0.13 0.41
Hex 77 5C 67 0 17 D 35 150 D 29
Octal 167 134 147 0 27 15 65 520 15 51
Binary 1110111 1011100 1100111 0 10111 1101 110101 101010000 1101 101001

Color Harmonies of #775C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775C67

Black with #775C67

Text Example


Text Example

White with #775C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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