Html Css Color HEX #756B69 Pharlap

📋 copy color: '#756B69'

red 117 ◦ green 107 ◦ blue 105

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

Shades of Pharlap #756B69

Tints of Pharlap #756B69

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.52%

 BLUE value IS 105 (41.41% from 255) = 31.91%

R = 35.56%
G = 32.52%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#756B69 (or 0x756B69) is known color: Pharlap. HEX triplet: 75, 6B and 69. RGB value is (117,107,105). Sum of RGB (Red+Green+Blue) = 117+107+105=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 117 - color contains mainly: red. Hex color #756B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B69 is #8A9496. Grayscale: #6D6D6D. Windows color (decimal): -9082007 or 6908789. OLE color: 6908789.

HSL color Cylindrical-coordinate representation of color #756B69: hue angle of 10º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #756B69 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 107 105 -
CMYK 0 0.09 0.10 0.54
HSL 10º 0.05% 0.44% -
HSV(B) 10º 0.1% 0.46% -
XYZ 15.14 15.32 15.52 -
YUV 109.76 125.31 133.16 -
System Red Green Blue C M Y K H S L
Decimal 117 107 105 0 0.09 0.10 0.54 10 0.05 0.44
Hex 75 6B 69 0 9 A 36 A 5 2C
Octal 165 153 151 0 11 12 66 12 5 54
Binary 1110101 1101011 1101001 0 1001 1010 110110 1010 101 101100

Color Harmonies of #756B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756B69

Black with #756B69

Text Example


Text Example

White with #756B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756B69; }

 p { color: rgb(117,107,105); }

 H1.HeaderClassName
 {
   color: #756B69;
 }
 .AnyTagClassName
 {
   color: #756B69;
 }
</style>

background-color css

<style>
 a { background-color: #756B69; }

 a { background-color: rgb(117,107,105); }

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

border-color css

<style>
 span { border-color: #756B69; }

 span { border-color: rgb(117,107,105); }

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