Html Css Color HEX #75638B Kimberly

📋 copy color: '#75638B'

red 117 ◦ green 99 ◦ blue 139

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

Shades of Kimberly #75638B

Tints of Kimberly #75638B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.89%

 BLUE value IS 139 (54.69% from 255) = 39.15%

R = 32.96%
G = 27.89%
B = 39.15%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75638B (or 0x75638B) is known color: Kimberly. HEX triplet: 75, 63 and 8B. RGB value is (117,99,139). Sum of RGB (Red+Green+Blue) = 117+99+139=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #75638B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75638B is #8A9C74. Grayscale: #6C6C6C. Windows color (decimal): -9084021 or 9134965. OLE color: 9134965.

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

Color convert

RGB 117 99 139 -
CMYK 0.16 0.29 0 0.45
HSL 267º 0.17% 0.47% -
HSV(B) 267º 0.29% 0.55% -
XYZ 16.46 14.57 26.37 -
YUV 108.94 144.96 133.75 -
System Red Green Blue C M Y K H S L
Decimal 117 99 139 0.16 0.29 0 0.45 267 0.17 0.47
Hex 75 63 8B 10 1D 0 2D 10B 11 2F
Octal 165 143 213 20 35 0 55 413 21 57
Binary 1110101 1100011 10001011 10000 11101 0 101101 100001011 10001 101111

Color Harmonies of #75638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75638B

Black with #75638B

Text Example


Text Example

White with #75638B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75638B; }

 p { color: rgb(117,99,139); }

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

background-color css

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

 a { background-color: rgb(117,99,139); }

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

border-color css

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

 span { border-color: rgb(117,99,139); }

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