Html Css Color HEX #75756C Tapa

📋 copy color: '#75756C'

red 117 ◦ green 117 ◦ blue 108

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

Shades of Tapa #75756C

Tints of Tapa #75756C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.58%

R = 34.21%
G = 34.21%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#75756C (or 0x75756C) is known color: Tapa. HEX triplet: 75, 75 and 6C. RGB value is (117,117,108). Sum of RGB (Red+Green+Blue) = 117+117+108=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75756C is #8A8A93. Grayscale: #747474. Windows color (decimal): -9079444 or 7107957. OLE color: 7107957.

HSL color Cylindrical-coordinate representation of color #75756C: 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.08%. Process color model (Four color, CMYK) of #75756C is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 117 108 -
CMYK 0 0 0.08 0.54
HSL 60º 0.04% 0.44% -
HSV(B) 60º 0.08% 0.46% -
XYZ 16.4 17.59 16.72 -
YUV 115.97 123.5 128.73 -
System Red Green Blue C M Y K H S L
Decimal 117 117 108 0 0 0.08 0.54 60 0.04 0.44
Hex 75 75 6C 0 0 8 36 3C 4 2C
Octal 165 165 154 0 0 10 66 74 4 54
Binary 1110101 1110101 1101100 0 0 1000 110110 111100 100 101100

Color Harmonies of #75756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75756C

Black with #75756C

Text Example


Text Example

White with #75756C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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