Html Css Color HEX #75678B Kimberly

📋 copy color: '#75678B'

red 117 ◦ green 103 ◦ blue 139

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

Shades of Kimberly #75678B

Tints of Kimberly #75678B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.69%

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

R = 32.59%
G = 28.69%
B = 38.72%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75678B (or 0x75678B) is known color: Kimberly. HEX triplet: 75, 67 and 8B. RGB value is (117,103,139). Sum of RGB (Red+Green+Blue) = 117+103+139=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 139 - color contains mainly: blue. Hex color #75678B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75678B is #8A9874. Grayscale: #6F6F6F. Windows color (decimal): -9082997 or 9135989. OLE color: 9135989.

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

Color convert

RGB 117 103 139 -
CMYK 0.16 0.26 0 0.45
HSL 263.33º 0.15% 0.47% -
HSV(B) 263.33º 0.26% 0.55% -
XYZ 16.85 15.35 26.5 -
YUV 111.29 143.64 132.07 -
System Red Green Blue C M Y K H S L
Decimal 117 103 139 0.16 0.26 0 0.45 263.33 0.15 0.47
Hex 75 67 8B 10 1A 0 2D 107 F 2F
Octal 165 147 213 20 32 0 55 407 17 57
Binary 1110101 1100111 10001011 10000 11010 0 101101 100000111 1111 101111

Color Harmonies of #75678B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75678B

Black with #75678B

Text Example


Text Example

White with #75678B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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