Html Css Color HEX #75605D Pharlap

📋 copy color: '#75605D'

red 117 ◦ green 96 ◦ blue 93

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

Shades of Pharlap #75605D

Tints of Pharlap #75605D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.39%

R = 38.24%
G = 31.37%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75605D (or 0x75605D) is known color: Pharlap. HEX triplet: 75, 60 and 5D. RGB value is (117,96,93). Sum of RGB (Red+Green+Blue) = 117+96+93=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #75605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75605D is #8A9FA2. Grayscale: #656565. Windows color (decimal): -9084835 or 6119541. OLE color: 6119541.

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

Color convert

RGB 117 96 93 -
CMYK 0 0.18 0.21 0.54
HSL 7.5º 0.11% 0.41% -
HSV(B) 7.5º 0.21% 0.46% -
XYZ 13.49 12.94 12.14 -
YUV 101.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 117 96 93 0 0.18 0.21 0.54 7.5 0.11 0.41
Hex 75 60 5D 0 12 15 36 8 B 29
Octal 165 140 135 0 22 25 66 10 13 51
Binary 1110101 1100000 1011101 0 10010 10101 110110 1000 1011 101001

Color Harmonies of #75605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75605D

Black with #75605D

Text Example


Text Example

White with #75605D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75605D; }

 p { color: rgb(117,96,93); }

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

background-color css

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

 a { background-color: rgb(117,96,93); }

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

border-color css

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

 span { border-color: rgb(117,96,93); }

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