Html Css Color HEX #75658C Kimberly

📋 copy color: '#75658C'

red 117 ◦ green 101 ◦ blue 140

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

Shades of Kimberly #75658C

Tints of Kimberly #75658C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.21%

 BLUE value IS 140 (55.08% from 255) = 39.11%

R = 32.68%
G = 28.21%
B = 39.11%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75658C (or 0x75658C) is known color: Kimberly. HEX triplet: 75, 65 and 8C. RGB value is (117,101,140). Sum of RGB (Red+Green+Blue) = 117+101+140=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 140 - color contains mainly: blue. Hex color #75658C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75658C is #8A9A73. Grayscale: #6E6E6E. Windows color (decimal): -9083508 or 9201013. OLE color: 9201013.

HSL color Cylindrical-coordinate representation of color #75658C: hue angle of 264.62º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75658C is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 101 140 -
CMYK 0.16 0.28 0 0.45
HSL 264.62º 0.16% 0.47% -
HSV(B) 264.62º 0.28% 0.55% -
XYZ 16.72 14.98 26.82 -
YUV 110.23 144.8 132.83 -
System Red Green Blue C M Y K H S L
Decimal 117 101 140 0.16 0.28 0 0.45 264.62 0.16 0.47
Hex 75 65 8C 10 1C 0 2D 109 10 2F
Octal 165 145 214 20 34 0 55 411 20 57
Binary 1110101 1100101 10001100 10000 11100 0 101101 100001001 10000 101111

Color Harmonies of #75658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75658C

Black with #75658C

Text Example


Text Example

White with #75658C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75658C; }

 p { color: rgb(117,101,140); }

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

background-color css

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

 a { background-color: rgb(117,101,140); }

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

border-color css

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

 span { border-color: rgb(117,101,140); }

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