Html Css Color HEX #765C67 Scorpion

📋 copy color: '#765C67'

red 118 ◦ green 92 ◦ blue 103

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

Shades of Scorpion #765C67

Tints of Scorpion #765C67

RGB

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

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

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

R = 37.7%
G = 29.39%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#765C67 (or 0x765C67) is known color: Scorpion. HEX triplet: 76, 5C and 67. RGB value is (118,92,103). Sum of RGB (Red+Green+Blue) = 118+92+103=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #765C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C67 is #89A398. Grayscale: #656565. Windows color (decimal): -9020313 or 6773878. OLE color: 6773878.

HSL color Cylindrical-coordinate representation of color #765C67: hue angle of 334.62º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #765C67 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 92 103 -
CMYK 0 0.22 0.13 0.54
HSL 334.62º 0.12% 0.41% -
HSV(B) 334.62º 0.22% 0.46% -
XYZ 13.75 12.49 14.52 -
YUV 101.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 118 92 103 0 0.22 0.13 0.54 334.62 0.12 0.41
Hex 76 5C 67 0 16 D 36 14F C 29
Octal 166 134 147 0 26 15 66 517 14 51
Binary 1110110 1011100 1100111 0 10110 1101 110110 101001111 1100 101001

Color Harmonies of #765C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765C67

Black with #765C67

Text Example


Text Example

White with #765C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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