Html Css Color HEX #786969 Pharlap

📋 copy color: '#786969'

red 120 ◦ green 105 ◦ blue 105

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

Shades of Pharlap #786969

Tints of Pharlap #786969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.82%

R = 36.36%
G = 31.82%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#786969 (or 0x786969) is known color: Pharlap. HEX triplet: 78, 69 and 69. RGB value is (120,105,105). Sum of RGB (Red+Green+Blue) = 120+105+105=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 120 - color contains mainly: red. Hex color #786969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786969 is #879696. Grayscale: #6D6D6D. Windows color (decimal): -8885911 or 6908280. OLE color: 6908280.

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

Color convert

RGB 120 105 105 -
CMYK 0 0.13 0.13 0.53
HSL 0.07% 0.44% -
HSV(B) 0.13% 0.47% -
XYZ 15.35 15.12 15.47 -
YUV 109.49 125.47 135.5 -
System Red Green Blue C M Y K H S L
Decimal 120 105 105 0 0.13 0.13 0.53 0 0.07 0.44
Hex 78 69 69 0 D D 35 0 7 2C
Octal 170 151 151 0 15 15 65 0 7 54
Binary 1111000 1101001 1101001 0 1101 1101 110101 0 111 101100

Color Harmonies of #786969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786969

Black with #786969

Text Example


Text Example

White with #786969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786969; }

 p { color: rgb(120,105,105); }

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

background-color css

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

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

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

border-color css

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

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

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