Html Css Color HEX #75766B Tapa

📋 copy color: '#75766B'

red 117 ◦ green 118 ◦ blue 107

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

Shades of Tapa #75766B

Tints of Tapa #75766B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.29%

R = 34.21%
G = 34.5%
B = 31.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75766B (or 0x75766B) is known color: Tapa. HEX triplet: 75, 76 and 6B. RGB value is (117,118,107). Sum of RGB (Red+Green+Blue) = 117+118+107=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 118 - color contains mainly: green. Hex color #75766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75766B is #8A8994. Grayscale: #747474. Windows color (decimal): -9079189 or 7042677. OLE color: 7042677.

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

Color convert

RGB 117 118 107 -
CMYK 0.01 0 0.09 0.54
HSL 65.45º 0.05% 0.44% -
HSV(B) 65.45º 0.09% 0.46% -
XYZ 16.47 17.8 16.48 -
YUV 116.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 117 118 107 0.01 0 0.09 0.54 65.45 0.05 0.44
Hex 75 76 6B 1 0 9 36 41 5 2C
Octal 165 166 153 1 0 11 66 101 5 54
Binary 1110101 1110110 1101011 1 0 1001 110110 1000001 101 101100

Color Harmonies of #75766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75766B

Black with #75766B

Text Example


Text Example

White with #75766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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