Html Css Color HEX #76605E Pharlap

📋 copy color: '#76605E'

red 118 ◦ green 96 ◦ blue 94

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

Shades of Pharlap #76605E

Tints of Pharlap #76605E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.17%

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

R = 38.31%
G = 31.17%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#76605E (or 0x76605E) is known color: Pharlap. HEX triplet: 76, 60 and 5E. RGB value is (118,96,94). Sum of RGB (Red+Green+Blue) = 118+96+94=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #76605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76605E is #899FA1. Grayscale: #666666. Windows color (decimal): -9019298 or 6185078. OLE color: 6185078.

HSL color Cylindrical-coordinate representation of color #76605E: hue angle of 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 #76605E is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 96 94 -
CMYK 0 0.19 0.20 0.54
HSL 0.11% 0.42% -
HSV(B) 0.2% 0.46% -
XYZ 13.67 13.03 12.38 -
YUV 102.35 123.29 139.16 -
System Red Green Blue C M Y K H S L
Decimal 118 96 94 0 0.19 0.20 0.54 5 0.11 0.42
Hex 76 60 5E 0 13 14 36 5 B 2A
Octal 166 140 136 0 23 24 66 5 13 52
Binary 1110110 1100000 1011110 0 10011 10100 110110 101 1011 101010

Color Harmonies of #76605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76605E

Black with #76605E

Text Example


Text Example

White with #76605E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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