Html Css Color HEX #75698E Kimberly

📋 copy color: '#75698E'

red 117 ◦ green 105 ◦ blue 142

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

Shades of Kimberly #75698E

Tints of Kimberly #75698E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.85%

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

R = 32.14%
G = 28.85%
B = 39.01%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#75698E (or 0x75698E) is known color: Kimberly. HEX triplet: 75, 69 and 8E. RGB value is (117,105,142). Sum of RGB (Red+Green+Blue) = 117+105+142=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 142 - color contains mainly: blue. Hex color #75698E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75698E is #8A9671. Grayscale: #707070. Windows color (decimal): -9082482 or 9333109. OLE color: 9333109.

HSL color Cylindrical-coordinate representation of color #75698E: hue angle of 259.46º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75698E is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 105 142 -
CMYK 0.18 0.26 0 0.44
HSL 259.46º 0.15% 0.48% -
HSV(B) 259.46º 0.26% 0.56% -
XYZ 17.27 15.84 27.74 -
YUV 112.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 117 105 142 0.18 0.26 0 0.44 259.46 0.15 0.48
Hex 75 69 8E 12 1A 0 2C 103 F 30
Octal 165 151 216 22 32 0 54 403 17 60
Binary 1110101 1101001 10001110 10010 11010 0 101100 100000011 1111 110000

Color Harmonies of #75698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75698E

Black with #75698E

Text Example


Text Example

White with #75698E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75698E; }

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

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

background-color css

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

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

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

border-color css

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

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

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