Html Css Color HEX #76698B Kimberly

📋 copy color: '#76698B'

red 118 ◦ green 105 ◦ blue 139

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

Shades of Kimberly #76698B

Tints of Kimberly #76698B

RGB

 RED value IS 118 (46.48% from 255) = 32.6%

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

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

R = 32.6%
G = 29.01%
B = 38.4%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76698B (or 0x76698B) is known color: Kimberly. HEX triplet: 76, 69 and 8B. RGB value is (118,105,139). Sum of RGB (Red+Green+Blue) = 118+105+139=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 139 - color contains mainly: blue. Hex color #76698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76698B is #899674. Grayscale: #707070. Windows color (decimal): -9016949 or 9136502. OLE color: 9136502.

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

Color convert

RGB 118 105 139 -
CMYK 0.15 0.24 0 0.45
HSL 262.94º 0.14% 0.48% -
HSV(B) 262.94º 0.24% 0.55% -
XYZ 17.18 15.82 26.57 -
YUV 112.76 142.81 131.74 -
System Red Green Blue C M Y K H S L
Decimal 118 105 139 0.15 0.24 0 0.45 262.94 0.14 0.48
Hex 76 69 8B F 18 0 2D 107 E 30
Octal 166 151 213 17 30 0 55 407 16 60
Binary 1110110 1101001 10001011 1111 11000 0 101101 100000111 1110 110000

Color Harmonies of #76698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76698B

Black with #76698B

Text Example


Text Example

White with #76698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,105,139); }

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

background-color css

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

 a { background-color: rgb(118,105,139); }

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

border-color css

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

 span { border-color: rgb(118,105,139); }

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