Html Css Color HEX #756C85 Kimberly

📋 copy color: '#756C85'

red 117 ◦ green 108 ◦ blue 133

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

Shades of Kimberly #756C85

Tints of Kimberly #756C85

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.17%

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

R = 32.68%
G = 30.17%
B = 37.15%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#756C85 (or 0x756C85) is known color: Kimberly. HEX triplet: 75, 6C and 85. RGB value is (117,108,133). Sum of RGB (Red+Green+Blue) = 117+108+133=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 133 - color contains mainly: blue. Hex color #756C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756C85 is #8A937A. Grayscale: #717171. Windows color (decimal): -9081723 or 8744053. OLE color: 8744053.

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

Color convert

RGB 117 108 133 -
CMYK 0.12 0.19 0 0.48
HSL 261.6º 0.1% 0.47% -
HSV(B) 261.6º 0.19% 0.52% -
XYZ 16.93 16.2 24.42 -
YUV 113.54 138.98 130.47 -
System Red Green Blue C M Y K H S L
Decimal 117 108 133 0.12 0.19 0 0.48 261.6 0.1 0.47
Hex 75 6C 85 C 13 0 30 106 A 2F
Octal 165 154 205 14 23 0 60 406 12 57
Binary 1110101 1101100 10000101 1100 10011 0 110000 100000110 1010 101111

Color Harmonies of #756C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C85

Black with #756C85

Text Example


Text Example

White with #756C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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