Html Css Color HEX #7F6665 Pharlap

📋 copy color: '#7F6665'

red 127 ◦ green 102 ◦ blue 101

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

Shades of Pharlap #7F6665

Tints of Pharlap #7F6665

RGB

 RED value IS 127 (50% from 255) = 38.48%

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

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

R = 38.48%
G = 30.91%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#7F6665 (or 0x7F6665) is known color: Pharlap. HEX triplet: 7F, 66 and 65. RGB value is (127,102,101). Sum of RGB (Red+Green+Blue) = 127+102+101=330 (43% of max value = 765). Red value is 127 (50% from 255 or 38.48% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6665 is #80999A. Grayscale: #6D6D6D. Windows color (decimal): -8427931 or 6645375. OLE color: 6645375.

HSL color Cylindrical-coordinate representation of color #7F6665: hue angle of 2.31º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F6665 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 102 101 -
CMYK 0 0.20 0.20 0.50
HSL 2.31º 0.11% 0.45% -
HSV(B) 2.31º 0.2% 0.5% -
XYZ 15.85 14.95 14.36 -
YUV 109.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 127 102 101 0 0.20 0.20 0.50 2.31 0.11 0.45
Hex 7F 66 65 0 14 14 32 2 B 2D
Octal 177 146 145 0 24 24 62 2 13 55
Binary 1111111 1100110 1100101 0 10100 10100 110010 10 1011 101101

Color Harmonies of #7F6665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6665

Black with #7F6665

Text Example


Text Example

White with #7F6665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F6665; }

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

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

background-color css

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

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

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

border-color css

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

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

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