Html Css Color HEX #756C8E Kimberly

📋 copy color: '#756C8E'

red 117 ◦ green 108 ◦ blue 142

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

Shades of Kimberly #756C8E

Tints of Kimberly #756C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.69%

R = 31.88%
G = 29.43%
B = 38.69%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#756C8E (or 0x756C8E) is known color: Kimberly. HEX triplet: 75, 6C and 8E. RGB value is (117,108,142). Sum of RGB (Red+Green+Blue) = 117+108+142=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 142 - color contains mainly: blue. Hex color #756C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756C8E is #8A9371. Grayscale: #727272. Windows color (decimal): -9081714 or 9333877. OLE color: 9333877.

HSL color Cylindrical-coordinate representation of color #756C8E: hue angle of 255.88º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #756C8E is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 108 142 -
CMYK 0.18 0.24 0 0.44
HSL 255.88º 0.14% 0.49% -
HSV(B) 255.88º 0.24% 0.56% -
XYZ 17.58 16.46 27.84 -
YUV 114.57 143.48 129.74 -
System Red Green Blue C M Y K H S L
Decimal 117 108 142 0.18 0.24 0 0.44 255.88 0.14 0.49
Hex 75 6C 8E 12 18 0 2C 100 E 31
Octal 165 154 216 22 30 0 54 400 16 61
Binary 1110101 1101100 10001110 10010 11000 0 101100 100000000 1110 110001

Color Harmonies of #756C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C8E

Black with #756C8E

Text Example


Text Example

White with #756C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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