Html Css Color HEX #75756A Tapa

📋 copy color: '#75756A'

red 117 ◦ green 117 ◦ blue 106

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

Shades of Tapa #75756A

Tints of Tapa #75756A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.18%

R = 34.41%
G = 34.41%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75756A (or 0x75756A) is known color: Tapa. HEX triplet: 75, 75 and 6A. RGB value is (117,117,106). Sum of RGB (Red+Green+Blue) = 117+117+106=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75756A is #8A8A95. Grayscale: #737373. Windows color (decimal): -9079446 or 6976885. OLE color: 6976885.

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

Color convert

RGB 117 117 106 -
CMYK 0 0 0.09 0.54
HSL 60º 0.05% 0.44% -
HSV(B) 60º 0.09% 0.46% -
XYZ 16.3 17.55 16.16 -
YUV 115.75 122.5 128.89 -
System Red Green Blue C M Y K H S L
Decimal 117 117 106 0 0 0.09 0.54 60 0.05 0.44
Hex 75 75 6A 0 0 9 36 3C 5 2C
Octal 165 165 152 0 0 11 66 74 5 54
Binary 1110101 1110101 1101010 0 0 1001 110110 111100 101 101100

Color Harmonies of #75756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75756A

Black with #75756A

Text Example


Text Example

White with #75756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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