Html Css Color HEX #765C70 Salt Box

📋 copy color: '#765C70'

red 118 ◦ green 92 ◦ blue 112

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

Shades of Salt Box #765C70

Tints of Salt Box #765C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.78%

R = 36.65%
G = 28.57%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#765C70 (or 0x765C70) is known color: Salt Box. HEX triplet: 76, 5C and 70. RGB value is (118,92,112). Sum of RGB (Red+Green+Blue) = 118+92+112=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 118 - color contains mainly: red. Hex color #765C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C70 is #89A38F. Grayscale: #666666. Windows color (decimal): -9020304 or 7363702. OLE color: 7363702.

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

Color convert

RGB 118 92 112 -
CMYK 0 0.22 0.05 0.54
HSL 313.85º 0.12% 0.41% -
HSV(B) 313.85º 0.22% 0.46% -
XYZ 14.22 12.68 17.03 -
YUV 102.05 133.61 139.37 -
System Red Green Blue C M Y K H S L
Decimal 118 92 112 0 0.22 0.05 0.54 313.85 0.12 0.41
Hex 76 5C 70 0 16 5 36 13A C 29
Octal 166 134 160 0 26 5 66 472 14 51
Binary 1110110 1011100 1110000 0 10110 101 110110 100111010 1100 101001

Color Harmonies of #765C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765C70

Black with #765C70

Text Example


Text Example

White with #765C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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