Html Css Color HEX #756B8B Kimberly

📋 copy color: '#756B8B'

red 117 ◦ green 107 ◦ blue 139

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

Shades of Kimberly #756B8B

Tints of Kimberly #756B8B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.48%

 BLUE value IS 139 (54.69% from 255) = 38.29%

R = 32.23%
G = 29.48%
B = 38.29%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#756B8B (or 0x756B8B) is known color: Kimberly. HEX triplet: 75, 6B and 8B. RGB value is (117,107,139). Sum of RGB (Red+Green+Blue) = 117+107+139=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 139 - color contains mainly: blue. Hex color #756B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756B8B is #8A9474. Grayscale: #717171. Windows color (decimal): -9081973 or 9137013. OLE color: 9137013.

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

Color convert

RGB 117 107 139 -
CMYK 0.16 0.23 0 0.45
HSL 258.75º 0.13% 0.48% -
HSV(B) 258.75º 0.23% 0.55% -
XYZ 17.25 16.16 26.64 -
YUV 113.64 142.31 130.4 -
System Red Green Blue C M Y K H S L
Decimal 117 107 139 0.16 0.23 0 0.45 258.75 0.13 0.48
Hex 75 6B 8B 10 17 0 2D 103 D 30
Octal 165 153 213 20 27 0 55 403 15 60
Binary 1110101 1101011 10001011 10000 10111 0 101101 100000011 1101 110000

Color Harmonies of #756B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756B8B

Black with #756B8B

Text Example


Text Example

White with #756B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,107,139); }

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

background-color css

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

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

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

border-color css

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

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

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