Html Css Color HEX #72736C Tapa

📋 copy color: '#72736C'

red 114 ◦ green 115 ◦ blue 108

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

Shades of Tapa #72736C

Tints of Tapa #72736C

RGB

 RED value IS 114 (44.92% from 255) = 33.83%

 GREEN value IS 115 (45.31% from 255) = 34.12%

 BLUE value IS 108 (42.58% from 255) = 32.05%

R = 33.83%
G = 34.12%
B = 32.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#72736C (or 0x72736C) is known color: Tapa. HEX triplet: 72, 73 and 6C. RGB value is (114,115,108). Sum of RGB (Red+Green+Blue) = 114+115+108=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 115 - color contains mainly: green. Hex color #72736C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72736C is #8D8C93. Grayscale: #717171. Windows color (decimal): -9276564 or 7107442. OLE color: 7107442.

HSL color Cylindrical-coordinate representation of color #72736C: hue angle of 68.57º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #72736C is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 115 108 -
CMYK 0.01 0 0.06 0.55
HSL 68.57º 0.03% 0.44% -
HSV(B) 68.57º 0.06% 0.45% -
XYZ 15.78 16.92 16.62 -
YUV 113.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 114 115 108 0.01 0 0.06 0.55 68.57 0.03 0.44
Hex 72 73 6C 1 0 6 37 45 3 2C
Octal 162 163 154 1 0 6 67 105 3 54
Binary 1110010 1110011 1101100 1 0 110 110111 1000101 11 101100

Color Harmonies of #72736C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72736C

Black with #72736C

Text Example


Text Example

White with #72736C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72736C; }

 p { color: rgb(114,115,108); }

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

background-color css

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

 a { background-color: rgb(114,115,108); }

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

border-color css

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

 span { border-color: rgb(114,115,108); }

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