Html Css Color HEX #756E8C Kimberly

📋 copy color: '#756E8C'

red 117 ◦ green 110 ◦ blue 140

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

Shades of Kimberly #756E8C

Tints of Kimberly #756E8C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.97%

 BLUE value IS 140 (55.08% from 255) = 38.15%

R = 31.88%
G = 29.97%
B = 38.15%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#756E8C (or 0x756E8C) is known color: Kimberly. HEX triplet: 75, 6E and 8C. RGB value is (117,110,140). Sum of RGB (Red+Green+Blue) = 117+110+140=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 140 - color contains mainly: blue. Hex color #756E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756E8C is #8A9173. Grayscale: #737373. Windows color (decimal): -9081204 or 9203317. OLE color: 9203317.

HSL color Cylindrical-coordinate representation of color #756E8C: hue angle of 254º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #756E8C is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 110 140 -
CMYK 0.16 0.21 0 0.45
HSL 254º 0.12% 0.49% -
HSV(B) 254º 0.21% 0.55% -
XYZ 17.65 16.83 27.13 -
YUV 115.51 141.82 129.06 -
System Red Green Blue C M Y K H S L
Decimal 117 110 140 0.16 0.21 0 0.45 254 0.12 0.49
Hex 75 6E 8C 10 15 0 2D FE C 31
Octal 165 156 214 20 25 0 55 376 14 61
Binary 1110101 1101110 10001100 10000 10101 0 101101 11111110 1100 110001

Color Harmonies of #756E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E8C

Black with #756E8C

Text Example


Text Example

White with #756E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,110,140); }

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

background-color css

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

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

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

border-color css

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

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

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