Html Css Color HEX #756967 Pharlap

📋 copy color: '#756967'

red 117 ◦ green 105 ◦ blue 103

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

Shades of Pharlap #756967

Tints of Pharlap #756967

RGB

 RED value IS 117 (46.09% from 255) = 36%

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

 BLUE value IS 103 (40.63% from 255) = 31.69%

R = 36%
G = 32.31%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#756967 (or 0x756967) is known color: Pharlap. HEX triplet: 75, 69 and 67. RGB value is (117,105,103). Sum of RGB (Red+Green+Blue) = 117+105+103=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 117 - color contains mainly: red. Hex color #756967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756967 is #8A9698. Grayscale: #6C6C6C. Windows color (decimal): -9082521 or 6777205. OLE color: 6777205.

HSL color Cylindrical-coordinate representation of color #756967: hue angle of 8.57º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #756967 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 105 103 -
CMYK 0 0.10 0.12 0.54
HSL 8.57º 0.06% 0.43% -
HSV(B) 8.57º 0.12% 0.46% -
XYZ 14.84 14.86 14.92 -
YUV 108.36 124.98 134.16 -
System Red Green Blue C M Y K H S L
Decimal 117 105 103 0 0.10 0.12 0.54 8.57 0.06 0.43
Hex 75 69 67 0 A C 36 9 6 2B
Octal 165 151 147 0 12 14 66 11 6 53
Binary 1110101 1101001 1100111 0 1010 1100 110110 1001 110 101011

Color Harmonies of #756967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756967

Black with #756967

Text Example


Text Example

White with #756967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756967; }

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

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

background-color css

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

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

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

border-color css

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

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

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