Html Css Color HEX #75756F Tapa

📋 copy color: '#75756F'

red 117 ◦ green 117 ◦ blue 111

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

Shades of Tapa #75756F

Tints of Tapa #75756F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.17%

R = 33.91%
G = 33.91%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#75756F (or 0x75756F) is known color: Tapa. HEX triplet: 75, 75 and 6F. RGB value is (117,117,111). Sum of RGB (Red+Green+Blue) = 117+117+111=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75756F is #8A8A90. Grayscale: #747474. Windows color (decimal): -9079441 or 7304565. OLE color: 7304565.

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

Color convert

RGB 117 117 111 -
CMYK 0 0 0.05 0.54
HSL 60º 0.03% 0.45% -
HSV(B) 60º 0.05% 0.46% -
XYZ 16.57 17.65 17.57 -
YUV 116.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 117 117 111 0 0 0.05 0.54 60 0.03 0.45
Hex 75 75 6F 0 0 5 36 3C 3 2D
Octal 165 165 157 0 0 5 66 74 3 55
Binary 1110101 1110101 1101111 0 0 101 110110 111100 11 101101

Color Harmonies of #75756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75756F

Black with #75756F

Text Example


Text Example

White with #75756F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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