Html Css Color HEX #76615E Pharlap

📋 copy color: '#76615E'

red 118 ◦ green 97 ◦ blue 94

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

Shades of Pharlap #76615E

Tints of Pharlap #76615E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.42%

R = 38.19%
G = 31.39%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#76615E (or 0x76615E) is known color: Pharlap. HEX triplet: 76, 61 and 5E. RGB value is (118,97,94). Sum of RGB (Red+Green+Blue) = 118+97+94=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #76615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76615E is #899EA1. Grayscale: #666666. Windows color (decimal): -9019042 or 6185334. OLE color: 6185334.

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

Color convert

RGB 118 97 94 -
CMYK 0 0.18 0.20 0.54
HSL 7.5º 0.11% 0.42% -
HSV(B) 7.5º 0.2% 0.46% -
XYZ 13.77 13.21 12.41 -
YUV 102.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 118 97 94 0 0.18 0.20 0.54 7.5 0.11 0.42
Hex 76 61 5E 0 12 14 36 8 B 2A
Octal 166 141 136 0 22 24 66 10 13 52
Binary 1110110 1100001 1011110 0 10010 10100 110110 1000 1011 101010

Color Harmonies of #76615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76615E

Black with #76615E

Text Example


Text Example

White with #76615E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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