Html Css Color HEX #75766D Tapa

📋 copy color: '#75766D'

red 117 ◦ green 118 ◦ blue 109

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

Shades of Tapa #75766D

Tints of Tapa #75766D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.3%

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

R = 34.01%
G = 34.3%
B = 31.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#75766D (or 0x75766D) is known color: Tapa. HEX triplet: 75, 76 and 6D. RGB value is (117,118,109). Sum of RGB (Red+Green+Blue) = 117+118+109=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 118 - color contains mainly: green. Hex color #75766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75766D is #8A8992. Grayscale: #747474. Windows color (decimal): -9079187 or 7173749. OLE color: 7173749.

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

Color convert

RGB 117 118 109 -
CMYK 0.01 0 0.08 0.54
HSL 66.67º 0.04% 0.45% -
HSV(B) 66.67º 0.08% 0.46% -
XYZ 16.57 17.84 17.04 -
YUV 116.68 123.67 128.23 -
System Red Green Blue C M Y K H S L
Decimal 117 118 109 0.01 0 0.08 0.54 66.67 0.04 0.45
Hex 75 76 6D 1 0 8 36 43 4 2D
Octal 165 166 155 1 0 10 66 103 4 55
Binary 1110101 1110110 1101101 1 0 1000 110110 1000011 100 101101

Color Harmonies of #75766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75766D

Black with #75766D

Text Example


Text Example

White with #75766D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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