Html Css Color HEX #75628D Kimberly

📋 copy color: '#75628D'

red 117 ◦ green 98 ◦ blue 141

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

Shades of Kimberly #75628D

Tints of Kimberly #75628D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.53%

 BLUE value IS 141 (55.47% from 255) = 39.61%

R = 32.87%
G = 27.53%
B = 39.61%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75628D (or 0x75628D) is known color: Kimberly. HEX triplet: 75, 62 and 8D. RGB value is (117,98,141). Sum of RGB (Red+Green+Blue) = 117+98+141=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 141 - color contains mainly: blue. Hex color #75628D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75628D is #8A9D72. Grayscale: #6C6C6C. Windows color (decimal): -9084275 or 9265781. OLE color: 9265781.

HSL color Cylindrical-coordinate representation of color #75628D: hue angle of 266.51º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75628D is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 98 141 -
CMYK 0.17 0.30 0 0.45
HSL 266.51º 0.18% 0.47% -
HSV(B) 266.51º 0.3% 0.55% -
XYZ 16.51 14.44 27.12 -
YUV 108.58 146.29 134 -
System Red Green Blue C M Y K H S L
Decimal 117 98 141 0.17 0.30 0 0.45 266.51 0.18 0.47
Hex 75 62 8D 11 1E 0 2D 10B 12 2F
Octal 165 142 215 21 36 0 55 413 22 57
Binary 1110101 1100010 10001101 10001 11110 0 101101 100001011 10010 101111

Color Harmonies of #75628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75628D

Black with #75628D

Text Example


Text Example

White with #75628D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75628D; }

 p { color: rgb(117,98,141); }

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

background-color css

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

 a { background-color: rgb(117,98,141); }

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

border-color css

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

 span { border-color: rgb(117,98,141); }

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