Html Css Color HEX #756D85 Kimberly

📋 copy color: '#756D85'

red 117 ◦ green 109 ◦ blue 133

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

Shades of Kimberly #756D85

Tints of Kimberly #756D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.05%

R = 32.59%
G = 30.36%
B = 37.05%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#756D85 (or 0x756D85) is known color: Kimberly. HEX triplet: 75, 6D and 85. RGB value is (117,109,133). Sum of RGB (Red+Green+Blue) = 117+109+133=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 133 - color contains mainly: blue. Hex color #756D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756D85 is #8A927A. Grayscale: #727272. Windows color (decimal): -9081467 or 8744309. OLE color: 8744309.

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

Color convert

RGB 117 109 133 -
CMYK 0.12 0.18 0 0.48
HSL 260º 0.1% 0.47% -
HSV(B) 260º 0.18% 0.52% -
XYZ 17.04 16.41 24.46 -
YUV 114.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 117 109 133 0.12 0.18 0 0.48 260 0.1 0.47
Hex 75 6D 85 C 12 0 30 104 A 2F
Octal 165 155 205 14 22 0 60 404 12 57
Binary 1110101 1101101 10000101 1100 10010 0 110000 100000100 1010 101111

Color Harmonies of #756D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D85

Black with #756D85

Text Example


Text Example

White with #756D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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