Html Css Color HEX #756665 Pharlap

📋 copy color: '#756665'

red 117 ◦ green 102 ◦ blue 101

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

Shades of Pharlap #756665

Tints of Pharlap #756665

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.88%

 BLUE value IS 101 (39.84% from 255) = 31.56%

R = 36.56%
G = 31.88%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#756665 (or 0x756665) is known color: Pharlap. HEX triplet: 75, 66 and 65. RGB value is (117,102,101). Sum of RGB (Red+Green+Blue) = 117+102+101=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 117 - color contains mainly: red. Hex color #756665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756665 is #8A999A. Grayscale: #6A6A6A. Windows color (decimal): -9083291 or 6645365. OLE color: 6645365.

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

Color convert

RGB 117 102 101 -
CMYK 0 0.13 0.14 0.54
HSL 3.75º 0.07% 0.43% -
HSV(B) 3.75º 0.14% 0.46% -
XYZ 14.44 14.22 14.3 -
YUV 106.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 117 102 101 0 0.13 0.14 0.54 3.75 0.07 0.43
Hex 75 66 65 0 D E 36 4 7 2B
Octal 165 146 145 0 15 16 66 4 7 53
Binary 1110101 1100110 1100101 0 1101 1110 110110 100 111 101011

Color Harmonies of #756665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756665

Black with #756665

Text Example


Text Example

White with #756665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756665; }

 p { color: rgb(117,102,101); }

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

background-color css

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

 a { background-color: rgb(117,102,101); }

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

border-color css

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

 span { border-color: rgb(117,102,101); }

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