Html Css Color HEX #765C62 Scorpion

📋 copy color: '#765C62'

red 118 ◦ green 92 ◦ blue 98

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

Shades of Scorpion #765C62

Tints of Scorpion #765C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.82%

R = 38.31%
G = 29.87%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#765C62 (or 0x765C62) is known color: Scorpion. HEX triplet: 76, 5C and 62. RGB value is (118,92,98). Sum of RGB (Red+Green+Blue) = 118+92+98=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #765C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C62 is #89A39D. Grayscale: #646464. Windows color (decimal): -9020318 or 6446198. OLE color: 6446198.

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

Color convert

RGB 118 92 98 -
CMYK 0 0.22 0.17 0.54
HSL 346.15º 0.12% 0.41% -
HSV(B) 346.15º 0.22% 0.46% -
XYZ 13.5 12.39 13.23 -
YUV 100.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 118 92 98 0 0.22 0.17 0.54 346.15 0.12 0.41
Hex 76 5C 62 0 16 11 36 15A C 29
Octal 166 134 142 0 26 21 66 532 14 51
Binary 1110110 1011100 1100010 0 10110 10001 110110 101011010 1100 101001

Color Harmonies of #765C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765C62

Black with #765C62

Text Example


Text Example

White with #765C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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