Html Css Color HEX #75756D Tapa

📋 copy color: '#75756D'

red 117 ◦ green 117 ◦ blue 109

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

Shades of Tapa #75756D

Tints of Tapa #75756D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.11%

 BLUE value IS 109 (42.97% from 255) = 31.78%

R = 34.11%
G = 34.11%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75756D (or 0x75756D) is known color: Tapa. HEX triplet: 75, 75 and 6D. RGB value is (117,117,109). Sum of RGB (Red+Green+Blue) = 117+117+109=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75756D is #8A8A92. Grayscale: #747474. Windows color (decimal): -9079443 or 7173493. OLE color: 7173493.

HSL color Cylindrical-coordinate representation of color #75756D: hue angle of 60º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #75756D is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 117 109 -
CMYK 0 0 0.07 0.54
HSL 60º 0.04% 0.44% -
HSV(B) 60º 0.07% 0.46% -
XYZ 16.46 17.61 17 -
YUV 116.09 124 128.65 -
System Red Green Blue C M Y K H S L
Decimal 117 117 109 0 0 0.07 0.54 60 0.04 0.44
Hex 75 75 6D 0 0 7 36 3C 4 2C
Octal 165 165 155 0 0 7 66 74 4 54
Binary 1110101 1110101 1101101 0 0 111 110110 111100 100 101100

Color Harmonies of #75756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75756D

Black with #75756D

Text Example


Text Example

White with #75756D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,117,109); }

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

background-color css

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

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

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

border-color css

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

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

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