Html Css Color HEX #77648F Kimberly

📋 copy color: '#77648F'

red 119 ◦ green 100 ◦ blue 143

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

Shades of Kimberly #77648F

Tints of Kimberly #77648F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.62%

 BLUE value IS 143 (56.25% from 255) = 39.5%

R = 32.87%
G = 27.62%
B = 39.5%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#77648F (or 0x77648F) is known color: Kimberly. HEX triplet: 77, 64 and 8F. RGB value is (119,100,143). Sum of RGB (Red+Green+Blue) = 119+100+143=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 143 - color contains mainly: blue. Hex color #77648F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77648F is #889B70. Grayscale: #6E6E6E. Windows color (decimal): -8952689 or 9397367. OLE color: 9397367.

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

Color convert

RGB 119 100 143 -
CMYK 0.17 0.30 0 0.44
HSL 266.51º 0.18% 0.48% -
HSV(B) 266.51º 0.3% 0.56% -
XYZ 17.12 15.02 27.98 -
YUV 110.58 146.29 134 -
System Red Green Blue C M Y K H S L
Decimal 119 100 143 0.17 0.30 0 0.44 266.51 0.18 0.48
Hex 77 64 8F 11 1E 0 2C 10B 12 30
Octal 167 144 217 21 36 0 54 413 22 60
Binary 1110111 1100100 10001111 10001 11110 0 101100 100001011 10010 110000

Color Harmonies of #77648F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77648F

Black with #77648F

Text Example


Text Example

White with #77648F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77648F; }

 p { color: rgb(119,100,143); }

 H1.HeaderClassName
 {
   color: #77648F;
 }
 .AnyTagClassName
 {
   color: #77648F;
 }
</style>

background-color css

<style>
 a { background-color: #77648F; }

 a { background-color: rgb(119,100,143); }

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

border-color css

<style>
 span { border-color: #77648F; }

 span { border-color: rgb(119,100,143); }

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