Html Css Color HEX #75766F Tapa

📋 copy color: '#75766F'

red 117 ◦ green 118 ◦ blue 111

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

Shades of Tapa #75766F

Tints of Tapa #75766F

RGB

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

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

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

R = 33.82%
G = 34.1%
B = 32.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#75766F (or 0x75766F) is known color: Tapa. HEX triplet: 75, 76 and 6F. RGB value is (117,118,111). Sum of RGB (Red+Green+Blue) = 117+118+111=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 118 - color contains mainly: green. Hex color #75766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75766F is #8A8990. Grayscale: #747474. Windows color (decimal): -9079185 or 7304821. OLE color: 7304821.

HSL color Cylindrical-coordinate representation of color #75766F: hue angle of 68.57º 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 #75766F is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 118 111 -
CMYK 0.01 0 0.06 0.54
HSL 68.57º 0.03% 0.45% -
HSV(B) 68.57º 0.06% 0.46% -
XYZ 16.68 17.89 17.61 -
YUV 116.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 117 118 111 0.01 0 0.06 0.54 68.57 0.03 0.45
Hex 75 76 6F 1 0 6 36 45 3 2D
Octal 165 166 157 1 0 6 66 105 3 55
Binary 1110101 1110110 1101111 1 0 110 110110 1000101 11 101101

Color Harmonies of #75766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75766F

Black with #75766F

Text Example


Text Example

White with #75766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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