Html Css Color HEX #765F66 Scorpion

📋 copy color: '#765F66'

red 118 ◦ green 95 ◦ blue 102

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

Shades of Scorpion #765F66

Tints of Scorpion #765F66

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.16%

 BLUE value IS 102 (40.23% from 255) = 32.38%

R = 37.46%
G = 30.16%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#765F66 (or 0x765F66) is known color: Scorpion. HEX triplet: 76, 5F and 66. RGB value is (118,95,102). Sum of RGB (Red+Green+Blue) = 118+95+102=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #765F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765F66 is #89A099. Grayscale: #666666. Windows color (decimal): -9019546 or 6709110. OLE color: 6709110.

HSL color Cylindrical-coordinate representation of color #765F66: hue angle of 341.74º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #765F66 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 95 102 -
CMYK 0 0.19 0.14 0.54
HSL 341.74º 0.11% 0.42% -
HSV(B) 341.74º 0.19% 0.46% -
XYZ 13.96 13 14.34 -
YUV 102.68 127.62 138.93 -
System Red Green Blue C M Y K H S L
Decimal 118 95 102 0 0.19 0.14 0.54 341.74 0.11 0.42
Hex 76 5F 66 0 13 E 36 156 B 2A
Octal 166 137 146 0 23 16 66 526 13 52
Binary 1110110 1011111 1100110 0 10011 1110 110110 101010110 1011 101010

Color Harmonies of #765F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765F66

Black with #765F66

Text Example


Text Example

White with #765F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,95,102); }

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

background-color css

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

 a { background-color: rgb(118,95,102); }

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

border-color css

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

 span { border-color: rgb(118,95,102); }

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