Html Css Color HEX #76615F Pharlap

📋 copy color: '#76615F'

red 118 ◦ green 97 ◦ blue 95

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

Shades of Pharlap #76615F

Tints of Pharlap #76615F

RGB

 RED value IS 118 (46.48% from 255) = 38.06%

 GREEN value IS 97 (38.28% from 255) = 31.29%

 BLUE value IS 95 (37.5% from 255) = 30.65%

R = 38.06%
G = 31.29%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#76615F (or 0x76615F) is known color: Pharlap. HEX triplet: 76, 61 and 5F. RGB value is (118,97,95). Sum of RGB (Red+Green+Blue) = 118+97+95=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #76615F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76615F is #899EA0. Grayscale: #676767. Windows color (decimal): -9019041 or 6250870. OLE color: 6250870.

HSL color Cylindrical-coordinate representation of color #76615F: hue angle of 5.22º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #76615F is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 95 -
CMYK 0 0.18 0.19 0.54
HSL 5.22º 0.11% 0.42% -
HSV(B) 5.22º 0.19% 0.46% -
XYZ 13.81 13.23 12.65 -
YUV 103.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 118 97 95 0 0.18 0.19 0.54 5.22 0.11 0.42
Hex 76 61 5F 0 12 13 36 5 B 2A
Octal 166 141 137 0 22 23 66 5 13 52
Binary 1110110 1100001 1011111 0 10010 10011 110110 101 1011 101010

Color Harmonies of #76615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76615F

Black with #76615F

Text Example


Text Example

White with #76615F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76615F; }

 p { color: rgb(118,97,95); }

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

background-color css

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

 a { background-color: rgb(118,97,95); }

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

border-color css

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

 span { border-color: rgb(118,97,95); }

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