Html Css Color HEX #75766A Tapa

📋 copy color: '#75766A'

red 117 ◦ green 118 ◦ blue 106

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

Shades of Tapa #75766A

Tints of Tapa #75766A

RGB

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

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

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

R = 34.31%
G = 34.6%
B = 31.09%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#75766A (or 0x75766A) is known color: Tapa. HEX triplet: 75, 76 and 6A. RGB value is (117,118,106). Sum of RGB (Red+Green+Blue) = 117+118+106=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 118 - color contains mainly: green. Hex color #75766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75766A is #8A8995. Grayscale: #747474. Windows color (decimal): -9079190 or 6977141. OLE color: 6977141.

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

Color convert

RGB 117 118 106 -
CMYK 0.01 0 0.10 0.54
HSL 65º 0.05% 0.44% -
HSV(B) 65º 0.1% 0.46% -
XYZ 16.42 17.78 16.2 -
YUV 116.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 117 118 106 0.01 0 0.10 0.54 65 0.05 0.44
Hex 75 76 6A 1 0 A 36 41 5 2C
Octal 165 166 152 1 0 12 66 101 5 54
Binary 1110101 1110110 1101010 1 0 1010 110110 1000001 101 101100

Color Harmonies of #75766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75766A

Black with #75766A

Text Example


Text Example

White with #75766A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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