Html Css Color HEX #786775 Old Lavender

📋 copy color: '#786775'

red 120 ◦ green 103 ◦ blue 117

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

Shades of Old Lavender #786775

Tints of Old Lavender #786775

RGB

 RED value IS 120 (47.27% from 255) = 35.29%

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

 BLUE value IS 117 (46.09% from 255) = 34.41%

R = 35.29%
G = 30.29%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#786775 (or 0x786775) is known color: Old Lavender. HEX triplet: 78, 67 and 75. RGB value is (120,103,117). Sum of RGB (Red+Green+Blue) = 120+103+117=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 120 - color contains mainly: red. Hex color #786775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786775 is #87988A. Grayscale: #6D6D6D. Windows color (decimal): -8886411 or 7694200. OLE color: 7694200.

HSL color Cylindrical-coordinate representation of color #786775: hue angle of 310.59º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #786775 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 103 117 -
CMYK 0 0.14 0.02 0.53
HSL 310.59º 0.08% 0.44% -
HSV(B) 310.59º 0.14% 0.47% -
XYZ 15.81 14.98 18.89 -
YUV 109.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 120 103 117 0 0.14 0.02 0.53 310.59 0.08 0.44
Hex 78 67 75 0 E 2 35 137 8 2C
Octal 170 147 165 0 16 2 65 467 10 54
Binary 1111000 1100111 1110101 0 1110 10 110101 100110111 1000 101100

Color Harmonies of #786775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786775

Black with #786775

Text Example


Text Example

White with #786775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786775; }

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

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

background-color css

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

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

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

border-color css

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

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

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