Html Css Color HEX #75756E Tapa

📋 copy color: '#75756E'

red 117 ◦ green 117 ◦ blue 110

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

Shades of Tapa #75756E

Tints of Tapa #75756E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.98%

R = 34.01%
G = 34.01%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#75756E (or 0x75756E) is known color: Tapa. HEX triplet: 75, 75 and 6E. RGB value is (117,117,110). Sum of RGB (Red+Green+Blue) = 117+117+110=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75756E is #8A8A91. Grayscale: #747474. Windows color (decimal): -9079442 or 7239029. OLE color: 7239029.

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

Color convert

RGB 117 117 110 -
CMYK 0 0 0.06 0.54
HSL 60º 0.03% 0.45% -
HSV(B) 60º 0.06% 0.46% -
XYZ 16.51 17.63 17.28 -
YUV 116.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 117 117 110 0 0 0.06 0.54 60 0.03 0.45
Hex 75 75 6E 0 0 6 36 3C 3 2D
Octal 165 165 156 0 0 6 66 74 3 55
Binary 1110101 1110101 1101110 0 0 110 110110 111100 11 101101

Color Harmonies of #75756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75756E

Black with #75756E

Text Example


Text Example

White with #75756E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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