Html Css Color HEX #756363 Dim Gray

📋 copy color: '#756363'

red 117 ◦ green 99 ◦ blue 99

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

Shades of Dim Gray #756363

Tints of Dim Gray #756363

RGB

 RED value IS 117 (46.09% from 255) = 37.14%

 GREEN value IS 99 (39.06% from 255) = 31.43%

 BLUE value IS 99 (39.06% from 255) = 31.43%

R = 37.14%
G = 31.43%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#756363 (or 0x756363) is known color: Dim Gray. HEX triplet: 75, 63 and 63. RGB value is (117,99,99). Sum of RGB (Red+Green+Blue) = 117+99+99=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #756363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756363 is #8A9C9C. Grayscale: #686868. Windows color (decimal): -9084061 or 6513525. OLE color: 6513525.

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

Color convert

RGB 117 99 99 -
CMYK 0 0.15 0.15 0.54
HSL 0.08% 0.42% -
HSV(B) 0.15% 0.46% -
XYZ 14.05 13.61 13.69 -
YUV 104.38 124.96 137 -
System Red Green Blue C M Y K H S L
Decimal 117 99 99 0 0.15 0.15 0.54 0 0.08 0.42
Hex 75 63 63 0 F F 36 0 8 2A
Octal 165 143 143 0 17 17 66 0 10 52
Binary 1110101 1100011 1100011 0 1111 1111 110110 0 1000 101010

Color Harmonies of #756363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756363

Black with #756363

Text Example


Text Example

White with #756363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756363; }

 p { color: rgb(117,99,99); }

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

background-color css

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

 a { background-color: rgb(117,99,99); }

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

border-color css

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

 span { border-color: rgb(117,99,99); }

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