Html Css Color HEX #756689 Kimberly

📋 copy color: '#756689'

red 117 ◦ green 102 ◦ blue 137

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

Shades of Kimberly #756689

Tints of Kimberly #756689

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.65%

 BLUE value IS 137 (53.91% from 255) = 38.48%

R = 32.87%
G = 28.65%
B = 38.48%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#756689 (or 0x756689) is known color: Kimberly. HEX triplet: 75, 66 and 89. RGB value is (117,102,137). Sum of RGB (Red+Green+Blue) = 117+102+137=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 137 - color contains mainly: blue. Hex color #756689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756689 is #8A9976. Grayscale: #6E6E6E. Windows color (decimal): -9083255 or 9004661. OLE color: 9004661.

HSL color Cylindrical-coordinate representation of color #756689: hue angle of 265.71º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #756689 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 102 137 -
CMYK 0.15 0.26 0 0.46
HSL 265.71º 0.15% 0.47% -
HSV(B) 265.71º 0.26% 0.54% -
XYZ 16.6 15.09 25.7 -
YUV 110.48 142.97 132.65 -
System Red Green Blue C M Y K H S L
Decimal 117 102 137 0.15 0.26 0 0.46 265.71 0.15 0.47
Hex 75 66 89 F 1A 0 2E 10A F 2F
Octal 165 146 211 17 32 0 56 412 17 57
Binary 1110101 1100110 10001001 1111 11010 0 101110 100001010 1111 101111

Color Harmonies of #756689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756689

Black with #756689

Text Example


Text Example

White with #756689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756689; }

 p { color: rgb(117,102,137); }

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

background-color css

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

 a { background-color: rgb(117,102,137); }

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

border-color css

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

 span { border-color: rgb(117,102,137); }

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