Html Css Color HEX #756D84 Kimberly

📋 copy color: '#756D84'

red 117 ◦ green 109 ◦ blue 132

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

Shades of Kimberly #756D84

Tints of Kimberly #756D84

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.45%

 BLUE value IS 132 (51.95% from 255) = 36.87%

R = 32.68%
G = 30.45%
B = 36.87%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#756D84 (or 0x756D84) is known color: Kimberly. HEX triplet: 75, 6D and 84. RGB value is (117,109,132). Sum of RGB (Red+Green+Blue) = 117+109+132=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 132 - color contains mainly: blue. Hex color #756D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756D84 is #8A927B. Grayscale: #717171. Windows color (decimal): -9081468 or 8678773. OLE color: 8678773.

HSL color Cylindrical-coordinate representation of color #756D84: hue angle of 260.87º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #756D84 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 109 132 -
CMYK 0.11 0.17 0 0.48
HSL 260.87º 0.1% 0.47% -
HSV(B) 260.87º 0.17% 0.52% -
XYZ 16.97 16.39 24.1 -
YUV 114.01 138.15 130.13 -
System Red Green Blue C M Y K H S L
Decimal 117 109 132 0.11 0.17 0 0.48 260.87 0.1 0.47
Hex 75 6D 84 B 11 0 30 105 A 2F
Octal 165 155 204 13 21 0 60 405 12 57
Binary 1110101 1101101 10000100 1011 10001 0 110000 100000101 1010 101111

Color Harmonies of #756D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D84

Black with #756D84

Text Example


Text Example

White with #756D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756D84; }

 p { color: rgb(117,109,132); }

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

background-color css

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

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

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

border-color css

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

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

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