Html Css Color HEX #756D8B Kimberly

📋 copy color: '#756D8B'

red 117 ◦ green 109 ◦ blue 139

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

Shades of Kimberly #756D8B

Tints of Kimberly #756D8B

RGB

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

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

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

R = 32.05%
G = 29.86%
B = 38.08%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#756D8B (or 0x756D8B) is known color: Kimberly. HEX triplet: 75, 6D and 8B. RGB value is (117,109,139). Sum of RGB (Red+Green+Blue) = 117+109+139=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 139 - color contains mainly: blue. Hex color #756D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756D8B is #8A9274. Grayscale: #727272. Windows color (decimal): -9081461 or 9137525. OLE color: 9137525.

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

Color convert

RGB 117 109 139 -
CMYK 0.16 0.22 0 0.45
HSL 256º 0.12% 0.49% -
HSV(B) 256º 0.22% 0.55% -
XYZ 17.46 16.58 26.71 -
YUV 114.81 141.65 129.56 -
System Red Green Blue C M Y K H S L
Decimal 117 109 139 0.16 0.22 0 0.45 256 0.12 0.49
Hex 75 6D 8B 10 16 0 2D 100 C 31
Octal 165 155 213 20 26 0 55 400 14 61
Binary 1110101 1101101 10001011 10000 10110 0 101101 100000000 1100 110001

Color Harmonies of #756D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D8B

Black with #756D8B

Text Example


Text Example

White with #756D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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