Html Css Color HEX #767181 Topaz

📋 copy color: '#767181'

red 118 ◦ green 113 ◦ blue 129

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

Shades of Topaz #767181

Tints of Topaz #767181

RGB

 RED value IS 118 (46.48% from 255) = 32.78%

 GREEN value IS 113 (44.53% from 255) = 31.39%

 BLUE value IS 129 (50.78% from 255) = 35.83%

R = 32.78%
G = 31.39%
B = 35.83%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#767181 (or 0x767181) is known color: Topaz. HEX triplet: 76, 71 and 81. RGB value is (118,113,129). Sum of RGB (Red+Green+Blue) = 118+113+129=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 129 - color contains mainly: blue. Hex color #767181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767181 is #898E7E. Grayscale: #747474. Windows color (decimal): -9014911 or 8483190. OLE color: 8483190.

HSL color Cylindrical-coordinate representation of color #767181: hue angle of 258.75º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #767181 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 113 129 -
CMYK 0.09 0.12 0 0.49
HSL 258.75º 0.07% 0.47% -
HSV(B) 258.75º 0.12% 0.51% -
XYZ 17.34 17.25 23.18 -
YUV 116.32 135.16 129.2 -
System Red Green Blue C M Y K H S L
Decimal 118 113 129 0.09 0.12 0 0.49 258.75 0.07 0.47
Hex 76 71 81 9 C 0 31 103 7 2F
Octal 166 161 201 11 14 0 61 403 7 57
Binary 1110110 1110001 10000001 1001 1100 0 110001 100000011 111 101111

Color Harmonies of #767181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767181

Black with #767181

Text Example


Text Example

White with #767181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767181; }

 p { color: rgb(118,113,129); }

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

background-color css

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

 a { background-color: rgb(118,113,129); }

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

border-color css

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

 span { border-color: rgb(118,113,129); }

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