Html Css Color HEX #765F69 Scorpion

📋 copy color: '#765F69'

red 118 ◦ green 95 ◦ blue 105

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

Shades of Scorpion #765F69

Tints of Scorpion #765F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.02%

R = 37.11%
G = 29.87%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#765F69 (or 0x765F69) is known color: Scorpion. HEX triplet: 76, 5F and 69. RGB value is (118,95,105). Sum of RGB (Red+Green+Blue) = 118+95+105=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #765F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765F69 is #89A096. Grayscale: #666666. Windows color (decimal): -9019543 or 6905718. OLE color: 6905718.

HSL color Cylindrical-coordinate representation of color #765F69: hue angle of 333.91º 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 #765F69 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 95 105 -
CMYK 0 0.19 0.11 0.54
HSL 333.91º 0.11% 0.42% -
HSV(B) 333.91º 0.19% 0.46% -
XYZ 14.11 13.06 15.14 -
YUV 103.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 118 95 105 0 0.19 0.11 0.54 333.91 0.11 0.42
Hex 76 5F 69 0 13 B 36 14E B 2A
Octal 166 137 151 0 23 13 66 516 13 52
Binary 1110110 1011111 1101001 0 10011 1011 110110 101001110 1011 101010

Color Harmonies of #765F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765F69

Black with #765F69

Text Example


Text Example

White with #765F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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