Html Css Color HEX #766792 Kimberly

📋 copy color: '#766792'

red 118 ◦ green 103 ◦ blue 146

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

Shades of Kimberly #766792

Tints of Kimberly #766792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.78%

R = 32.15%
G = 28.07%
B = 39.78%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#766792 (or 0x766792) is known color: Kimberly. HEX triplet: 76, 67 and 92. RGB value is (118,103,146). Sum of RGB (Red+Green+Blue) = 118+103+146=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 146 - color contains mainly: blue. Hex color #766792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766792 is #89986D. Grayscale: #707070. Windows color (decimal): -9017454 or 9594742. OLE color: 9594742.

HSL color Cylindrical-coordinate representation of color #766792: hue angle of 260.93º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #766792 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 103 146 -
CMYK 0.19 0.29 0 0.43
HSL 260.93º 0.17% 0.49% -
HSV(B) 260.93º 0.29% 0.57% -
XYZ 17.51 15.63 29.29 -
YUV 112.39 146.97 132 -
System Red Green Blue C M Y K H S L
Decimal 118 103 146 0.19 0.29 0 0.43 260.93 0.17 0.49
Hex 76 67 92 13 1D 0 2B 105 11 31
Octal 166 147 222 23 35 0 53 405 21 61
Binary 1110110 1100111 10010010 10011 11101 0 101011 100000101 10001 110001

Color Harmonies of #766792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766792

Black with #766792

Text Example


Text Example

White with #766792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766792; }

 p { color: rgb(118,103,146); }

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

background-color css

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

 a { background-color: rgb(118,103,146); }

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

border-color css

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

 span { border-color: rgb(118,103,146); }

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