Html Css Color HEX #77698C Kimberly

📋 copy color: '#77698C'

red 119 ◦ green 105 ◦ blue 140

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

Shades of Kimberly #77698C

Tints of Kimberly #77698C

RGB

 RED value IS 119 (46.88% from 255) = 32.69%

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

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

R = 32.69%
G = 28.85%
B = 38.46%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77698C (or 0x77698C) is known color: Kimberly. HEX triplet: 77, 69 and 8C. RGB value is (119,105,140). Sum of RGB (Red+Green+Blue) = 119+105+140=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 140 - color contains mainly: blue. Hex color #77698C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77698C is #889673. Grayscale: #717171. Windows color (decimal): -8951412 or 9202039. OLE color: 9202039.

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

Color convert

RGB 119 105 140 -
CMYK 0.15 0.25 0 0.45
HSL 264º 0.14% 0.48% -
HSV(B) 264º 0.25% 0.55% -
XYZ 17.39 15.92 26.97 -
YUV 113.18 143.14 132.15 -
System Red Green Blue C M Y K H S L
Decimal 119 105 140 0.15 0.25 0 0.45 264 0.14 0.48
Hex 77 69 8C F 19 0 2D 108 E 30
Octal 167 151 214 17 31 0 55 410 16 60
Binary 1110111 1101001 10001100 1111 11001 0 101101 100001000 1110 110000

Color Harmonies of #77698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77698C

Black with #77698C

Text Example


Text Example

White with #77698C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,105,140); }

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

background-color css

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

 a { background-color: rgb(119,105,140); }

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

border-color css

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

 span { border-color: rgb(119,105,140); }

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